MediaWiki REL1_40
|
Message cache purging and in-place update handler for specific message page changes. More...
Inherits DeferrableUpdate, and MergeableUpdate.
Public Member Functions | |
__construct ( $code, $title, $msg) | |
doUpdate () | |
Perform the actual work. | |
merge (MergeableUpdate $update) | |
Merge this enqueued update with a new MergeableUpdate of the same qualified class name. | |
Message cache purging and in-place update handler for specific message page changes.
Definition at line 32 of file MessageCacheUpdate.php.
MessageCacheUpdate::__construct | ( | $code, | |
$title, | |||
$msg ) |
MessageCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 55 of file MessageCacheUpdate.php.
MessageCacheUpdate::merge | ( | MergeableUpdate | $update | ) |
Merge this enqueued update with a new MergeableUpdate of the same qualified class name.
MergeableUpdate | $update | The new update (having the same class) |
Implements MergeableUpdate.
Definition at line 45 of file MessageCacheUpdate.php.