MediaWiki
REL1_20
|
Maintenance script to move a batch of pages. More...
Public Member Functions | |
__construct () | |
Default constructor. | |
execute () | |
Do the actual work. |
Maintenance script to move a batch of pages.
Definition at line 44 of file moveBatch.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from Maintenance.
Definition at line 45 of file moveBatch.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 54 of file moveBatch.php.
References $file, $source, $user, $wgUser, Maintenance\error(), Maintenance\getArg(), Maintenance\getOption(), Maintenance\getStdin(), Maintenance\hasArg(), User\newFromName(), Title\newFromText(), Maintenance\output(), wfGetDB(), wfMessage(), and wfWaitForSlaves().