MediaWiki
REL1_20
|
Maintenance script to delete a batch of pages. More...
Public Member Functions | |
__construct () | |
Default constructor. | |
execute () | |
Do the actual work. |
Maintenance script to delete a batch of pages.
Definition at line 38 of file deleteBatch.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from Maintenance.
Definition at line 40 of file deleteBatch.php.
References Maintenance\addArg(), and Maintenance\addOption().
Do the actual work.
All child classes will need to implement this
Reimplemented from Maintenance.
Definition at line 50 of file deleteBatch.php.
References $file, $page, $success, $title, $user, $wgUser, Maintenance\error(), WikiPage\factory(), Maintenance\getArg(), Maintenance\getOption(), Maintenance\getStdin(), Maintenance\hasArg(), User\newFromName(), Title\newFromText(), Maintenance\output(), wfFindFile(), wfGetDB(), and wfWaitForSlaves().