|
MediaWiki REL1_39
|
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) | |
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 31 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 43 of file HTMLCacheUpdate.php.
References DataUpdate\$causeAction, DataUpdate\$causeAgent, and wfDeprecated().
| HTMLCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 53 of file HTMLCacheUpdate.php.
References $job, DataUpdate\getCauseAction(), and DataUpdate\getCauseAgent().