MediaWiki master
FakeMaintenance.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\Maintenance;
22
30 protected $mSelf = "FakeMaintenanceScript";
31
32 public function execute() {
33 }
34}
35
37class_alias( FakeMaintenance::class, 'FakeMaintenance' );
Fake maintenance wrapper, mostly used for the web installer/updater.
Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effo...