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