MediaWiki REL1_37
|
HTML file cache invalidation all the pages linking to a given title. More...
Public Member Functions | |
__construct (PageReference $pageTo, $table, $causeAction='unknown', $causeAgent='unknown') | |
doUpdate () | |
Perform the actual work. | |
Public Member Functions inherited from DataUpdate | |
__construct () | |
getCauseAction () | |
getCauseAgent () | |
setCause ( $action, $user) | |
setTransactionTicket ( $ticket) | |
Private Attributes | |
PageReference | $pageTo |
string | $table |
Additional Inherited Members | |
Static Public Member Functions inherited from DataUpdate | |
static | runUpdates (array $updates) |
Convenience method, calls doUpdate() on every DataUpdate in the array. | |
Protected Attributes inherited from DataUpdate | |
string | $causeAction = 'unknown' |
Short update cause action description. | |
string | $causeAgent = 'unknown' |
Short update cause user description. | |
mixed | $ticket |
Result from LBFactory::getEmptyTransactionTicket() | |
HTML file cache invalidation all the pages linking to a given title.
Definition at line 29 of file HTMLCacheUpdate.php.
HTMLCacheUpdate::__construct | ( | PageReference | $pageTo, |
$table, | |||
$causeAction = 'unknown' , |
|||
$causeAgent = 'unknown' |
|||
) |
PageReference | $pageTo | |
string | $table | |
string | $causeAction | Triggering action |
string | $causeAgent | Triggering user |
Definition at line 41 of file HTMLCacheUpdate.php.
References DataUpdate\$causeAction, DataUpdate\$causeAgent, $pageTo, and $table.
HTMLCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 50 of file HTMLCacheUpdate.php.
References $job, DataUpdate\getCauseAction(), DataUpdate\getCauseAgent(), and HTMLCacheUpdateJob\newForBacklinks().
|
private |
Definition at line 31 of file HTMLCacheUpdate.php.
Referenced by __construct().
|
private |
Definition at line 33 of file HTMLCacheUpdate.php.
Referenced by __construct().