MediaWiki REL1_31
|
Additional Inherited Members | |
Public Member Functions inherited from CdnCacheUpdate | |
__construct (array $urlArr) | |
doUpdate () | |
Purges the list of URLs passed to the constructor. | |
merge (MergeableUpdate $update) | |
Merge this update with $update. | |
Static Public Member Functions inherited from CdnCacheUpdate | |
static | expand ( $url) |
Expand local URLs to fully-qualified URLs using the internal protocol and host defined in $wgInternalServer. | |
static | newFromTitles ( $titles, $urlArr=[]) |
Create an update object from an array of Title objects, or a TitleArray object. | |
static | newSimplePurge (Title $title) |
static | purge (array $urlArr) |
Purges a list of CDN nodes defined in $wgSquidServers. | |
Protected Attributes inherited from CdnCacheUpdate | |
string[] | $urls = [] |
Collection of URLs to purge. | |
Definition at line 293 of file CdnCacheUpdate.php.