27require_once __DIR__ .
'/../Maintenance.php';
39 parent::__construct();
40 $this->
addDescription(
'Get all messages as defined by the English language file' );
45 $englishMessages = $localisationCache->getItem(
'en',
'messages' );
46 foreach ( $englishMessages as $key => $_ ) {
54require_once RUN_MAINTENANCE_IF_MAIN;
Maintenance script that gets all messages as defined by the English language file.
__construct()
Default constructor.
execute()
Do the actual work.
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.