MediaWiki master
|
Maintenance script to rebuild the localisation cache. More...
Inherits Maintenance.
Public Member Functions | |
__construct () | |
execute () | |
finalSetup (SettingsBuilder $settingsBuilder) | |
getDbType () | |
setForce ( $forced=true) | |
Sets whether a run of this maintenance script has the force parameter set. | |
Maintenance script to rebuild the localisation cache.
Definition at line 48 of file rebuildLocalisationCache.php.
RebuildLocalisationCache::__construct | ( | ) |
Definition at line 49 of file rebuildLocalisationCache.php.
RebuildLocalisationCache::execute | ( | ) |
Definition at line 97 of file rebuildLocalisationCache.php.
References wfIsWindows().
RebuildLocalisationCache::finalSetup | ( | SettingsBuilder | $settingsBuilder | ) |
Definition at line 89 of file rebuildLocalisationCache.php.
References MediaWiki\Settings\SettingsBuilder\putConfigValue().
RebuildLocalisationCache::getDbType | ( | ) |
Definition at line 268 of file rebuildLocalisationCache.php.
RebuildLocalisationCache::setForce | ( | $forced = true | ) |
Sets whether a run of this maintenance script has the force parameter set.
bool | $forced |
Definition at line 281 of file rebuildLocalisationCache.php.