MediaWiki
REL1_19
|
Public Member Functions | |
__construct () | |
Default constructor. | |
execute () | |
Do the actual work. | |
Protected Member Functions | |
processRow ($row) |
Definition at line 34 of file cleanupCaps.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from TableCleanup.
Definition at line 35 of file cleanupCaps.php.
References Maintenance\addOption().
Do the actual work.
All child classes will need to implement this
Reimplemented from TableCleanup.
Definition at line 41 of file cleanupCaps.php.
References $wgCapitalLinks, $wgUser, Maintenance\error(), Maintenance\hasOption(), User\newFromName(), and TableCleanup\runTable().
CapsCleanup::processRow | ( | $ | row | ) | [protected] |
Definition at line 60 of file cleanupCaps.php.
References $ok, $wgContLang, Title\makeTitle(), Maintenance\output(), and TableCleanup\progress().