MediaWiki  master
FakeMaintenance.php
Go to the documentation of this file.
1 <?php
26  protected $mSelf = "FakeMaintenanceScript";
27 
28  public function execute() {
29  }
30 }
Fake maintenance wrapper, mostly used for the web installer/updater.
execute()
Do the actual work.
Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effo...
Definition: Maintenance.php:66