MediaWiki REL1_37
|
HTMLFileCache purge update for a set of titles. More...
Public Member Functions | |
doUpdate () | |
Perform the actual work. | |
merge (MergeableUpdate $update) | |
Merge this enqueued update with a new MergeableUpdate of the same qualified class name. | |
Static Public Member Functions | |
static | newFromPages ( $pages) |
static | newFromTitles ( $pages) |
Private Member Functions | |
__construct (array $pages) | |
Private Attributes | |
PageIdentity[] | $pages |
List of pages. | |
HTMLFileCache purge update for a set of titles.
Definition at line 31 of file HtmlFileCacheUpdate.php.
|
private |
PageIdentity[] | $pages | List of pages |
Definition at line 38 of file HtmlFileCacheUpdate.php.
References $pages.
HtmlFileCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 77 of file HtmlFileCacheUpdate.php.
References HTMLFileCache\clearFileCache().
HtmlFileCacheUpdate::merge | ( | MergeableUpdate | $update | ) |
Merge this enqueued update with a new MergeableUpdate of the same qualified class name.
MergeableUpdate | $update | The new update (having the same class) |
Implements MergeableUpdate.
Definition at line 42 of file HtmlFileCacheUpdate.php.
|
static |
iterable<PageIdentity> | $pages PageIdentity instances |
Definition at line 67 of file HtmlFileCacheUpdate.php.
References $pages.
Referenced by newFromTitles(), and HtmlCacheUpdater\purgeTitleUrls().
|
static |
iterable<PageIdentity> | $pages PageIdentity instances |
Definition at line 56 of file HtmlFileCacheUpdate.php.
References $pages, newFromPages(), and wfDeprecated().
|
private |
List of pages.
Definition at line 33 of file HtmlFileCacheUpdate.php.
Referenced by __construct(), newFromPages(), and newFromTitles().