MediaWiki master
|
Message cache purging and in-place update handler for specific message page changes. More...
Inherits MediaWiki\Deferred\DeferrableUpdate, and MediaWiki\Deferred\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 34 of file MessageCacheUpdate.php.
MediaWiki\Deferred\MessageCacheUpdate::__construct | ( | $code, | |
$title, | |||
$msg ) |
string | $code | Language code |
string | $title | Message cache key with initial uppercase letter |
string | $msg | Message cache key with initial uppercase letter and without the code |
Definition at line 43 of file MessageCacheUpdate.php.
MediaWiki\Deferred\MessageCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements MediaWiki\Deferred\DeferrableUpdate.
Definition at line 57 of file MessageCacheUpdate.php.
References MediaWiki\MediaWikiServices\getInstance().
MediaWiki\Deferred\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 MediaWiki\Deferred\MergeableUpdate.
Definition at line 47 of file MessageCacheUpdate.php.