MediaWiki  REL1_24
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:

List of all members.

Public Member Functions

 __construct (Title $titleTo, $table)
 doUpdate ()
 Perform the actual work.

Public Attributes

string $mTable
 *
Title $mTitle
 *

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

HTMLCacheUpdate::__construct ( Title titleTo,
table 
)
Parameters:
Title$titleTo
string$table

Definition at line 38 of file HTMLCacheUpdate.php.


Member Function Documentation

Perform the actual work.

Implements DeferrableUpdate.

Definition at line 43 of file HTMLCacheUpdate.php.


Member Data Documentation

string HTMLCacheUpdate::$mTable

*

Definition at line 32 of file HTMLCacheUpdate.php.

Title HTMLCacheUpdate::$mTitle

*

Definition at line 30 of file HTMLCacheUpdate.php.


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