MediaWiki
REL1_22
|
Maintenance script to remove old objects from the parser cache. More...
Public Member Functions | |
__construct () | |
execute () | |
showProgress ($percent) | |
Public Attributes | |
$lastProgress |
Maintenance script to remove old objects from the parser cache.
Definition at line 32 of file purgeParserCache.php.
Reimplemented from Maintenance.
Definition at line 35 of file purgeParserCache.php.
References Maintenance\addDescription(), and Maintenance\addOption().
Reimplemented from Maintenance.
Definition at line 46 of file purgeParserCache.php.
References $success, array(), Maintenance\error(), Language\factory(), Maintenance\getOption(), global, Maintenance\output(), showProgress(), wfGetParserCacheStorage(), and wfTimestamp().
PurgeParserCache::showProgress | ( | $ | percent | ) |
Definition at line 70 of file purgeParserCache.php.
References Maintenance\output().
Referenced by execute().
PurgeParserCache::$lastProgress |
Definition at line 33 of file purgeParserCache.php.