MediaWiki  1.33.0
HTMLCacheUpdate Class Reference

Class to invalidate the HTML cache of all the pages linking to a given title. More...

Inheritance diagram for HTMLCacheUpdate:
Collaboration diagram for HTMLCacheUpdate:

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)
 

Public Attributes

string $mTable
 
Title $mTitle
 

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...
 

Detailed Description

Class to invalidate the HTML cache of all the pages linking to a given title.

Definition at line 29 of file HTMLCacheUpdate.php.

Constructor & Destructor Documentation

◆ __construct()

HTMLCacheUpdate::__construct ( Title  $titleTo,
  $table,
  $causeAction = 'unknown',
  $causeAgent = 'unknown' 
)
Parameters
Title$titleTo
string$table
string$causeActionTriggering action
string$causeAgentTriggering user

Definition at line 42 of file HTMLCacheUpdate.php.

References DataUpdate\$causeAction, and DataUpdate\$causeAgent.

Member Function Documentation

◆ doUpdate()

HTMLCacheUpdate::doUpdate ( )

Member Data Documentation

◆ $mTable

string HTMLCacheUpdate::$mTable

Definition at line 34 of file HTMLCacheUpdate.php.

◆ $mTitle

Title HTMLCacheUpdate::$mTitle

Definition at line 31 of file HTMLCacheUpdate.php.


The documentation for this class was generated from the following file: