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