MediaWiki
REL1_20
|
Maintenance script that builds file cache for content pages. More...
Public Member Functions | |
__construct () | |
Default constructor. | |
execute () | |
Do the actual work. | |
finalSetup () | |
Handle some last-minute setup here. |
Maintenance script that builds file cache for content pages.
Definition at line 31 of file rebuildFileCache.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from Maintenance.
Definition at line 32 of file rebuildFileCache.php.
References Maintenance\addOption(), and Maintenance\setBatchSize().
Do the actual work.
All child classes will need to implement this
Reimplemented from Maintenance.
Definition at line 50 of file rebuildFileCache.php.
References $dbr, $res, $wgOut, $wgRequestTime, $wgTitle, Maintenance\error(), Maintenance\getOption(), Title\makeTitleSafe(), HTMLFileCache\newFromTitle(), Article\newFromTitle(), Maintenance\output(), RequestContext\setTitle(), wfGetDB(), wfRestoreWarnings(), and wfSuppressWarnings().
Handle some last-minute setup here.
Reimplemented from Maintenance.
Definition at line 41 of file rebuildFileCache.php.