|
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 23 of file MessageCacheUpdate.php.
| MediaWiki\Language\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 32 of file MessageCacheUpdate.php.
| MediaWiki\Language\MessageCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements MediaWiki\Deferred\DeferrableUpdate.
Definition at line 46 of file MessageCacheUpdate.php.
References MediaWiki\MediaWikiServices\getInstance().
| MediaWiki\Language\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 36 of file MessageCacheUpdate.php.