24require_once __DIR__ .
'/Maintenance.php';
36 parent::__construct();
41 $this->
output(
"Purging expired blocks...\n" );
45 $this->
output(
"Done purging expired blocks.\n" );
51require_once RUN_MAINTENANCE_IF_MAIN;
Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effo...
output( $out, $channel=null)
Throw some output to the user.
getServiceContainer()
Returns the main service container.
addDescription( $text)
Set the description text.
execute()
Do the actual work.
__construct()
Default constructor.