MediaWiki
master
FakeMaintenance.php
Go to the documentation of this file.
1
<?php
21
namespace
MediaWiki\Maintenance
;
22
28
class
FakeMaintenance
extends
Maintenance
{
30
protected
$mSelf
=
"FakeMaintenanceScript"
;
31
32
public
function
execute
() {
33
}
34
}
35
37
class_alias( FakeMaintenance::class,
'FakeMaintenance'
);
MediaWiki\Maintenance\FakeMaintenance
Fake maintenance wrapper, mostly used for the web installer/updater.
Definition
FakeMaintenance.php:28
MediaWiki\Maintenance\FakeMaintenance\$mSelf
$mSelf
Definition
FakeMaintenance.php:30
MediaWiki\Maintenance\FakeMaintenance\execute
execute()
Do the actual work.
Definition
FakeMaintenance.php:32
MediaWiki\Maintenance\Maintenance
Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effo...
Definition
Maintenance.php:78
MediaWiki\Maintenance
Definition
fixAutoblockLogTitles.php:3
maintenance
includes
FakeMaintenance.php
Generated on Sun Jan 26 2025 07:27:39 for MediaWiki by
1.10.0