MediaWiki
REL1_24
|
Class to invalidate the HTML cache of all the pages linking to a given title. More...
Public Member Functions | |
__construct (Title $titleTo, $table) | |
doUpdate () | |
Perform the actual work. | |
Public Attributes | |
string | $mTable |
* | |
Title | $mTitle |
* |
Class to invalidate the HTML cache of all the pages linking to a given title.
Definition at line 29 of file HTMLCacheUpdate.php.
HTMLCacheUpdate::__construct | ( | Title $ | titleTo, |
$ | table | ||
) |
Title | $titleTo | |
string | $table |
Definition at line 38 of file HTMLCacheUpdate.php.
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 43 of file HTMLCacheUpdate.php.
string HTMLCacheUpdate::$mTable |
*
Definition at line 32 of file HTMLCacheUpdate.php.
Title HTMLCacheUpdate::$mTitle |
*
Definition at line 30 of file HTMLCacheUpdate.php.