MediaWiki  REL1_20
FakeMaintenance Class Reference

Fake maintenance wrapper, mostly used for the web installer/updater. More...

Inheritance diagram for FakeMaintenance:
Collaboration diagram for FakeMaintenance:

List of all members.

Public Member Functions

 execute ()
 Do the actual work.

Protected Attributes

 $mSelf = "FakeMaintenanceScript"

Detailed Description

Fake maintenance wrapper, mostly used for the web installer/updater.

Definition at line 1235 of file Maintenance.php.


Member Function Documentation

Do the actual work.

All child classes will need to implement this

Reimplemented from Maintenance.

Definition at line 1237 of file Maintenance.php.

References $mSelf.


Member Data Documentation

FakeMaintenance::$mSelf = "FakeMaintenanceScript" [protected]

Reimplemented from Maintenance.

Definition at line 1236 of file Maintenance.php.

Referenced by execute().


The documentation for this class was generated from the following file: