Public Member Functions | |
__construct () | |
Default constructor. | |
execute () | |
Do the actual work. |
Definition at line 11 of file undelete.php.
Undelete::__construct | ( | ) |
Default constructor.
Children should call this if implementing their own constructors
Reimplemented from Maintenance.
Definition at line 12 of file undelete.php.
References Maintenance::addArg(), and Maintenance::addOption().
Undelete::execute | ( | ) |
Do the actual work.
All child classes will need to implement this
Reimplemented from Maintenance.
Definition at line 20 of file undelete.php.
References $title, $wgUser, Maintenance::error(), Maintenance::getArg(), Maintenance::getOption(), User::newFromName(), Title::newFromText(), and Maintenance::output().