MediaWiki
1.34.0
|
Message cache purging and in-place update handler for specific message page changes. More...
Public Member Functions | |
__construct ( $code, $title, $msg) | |
doUpdate () | |
Perform the actual work. More... | |
merge (MergeableUpdate $update) | |
Merge this update with $update. More... | |
Private Attributes | |
array[] | $replacements = [] |
Map of (language code => list of (DB key, DB key without code)) More... | |
Message cache purging and in-place update handler for specific message page changes.
Definition at line 31 of file MessageCacheUpdate.php.
MessageCacheUpdate::__construct | ( | $code, | |
$title, | |||
$msg | |||
) |
MessageCacheUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 54 of file MessageCacheUpdate.php.
References $replacements, and MessageCache\singleton().
MessageCacheUpdate::merge | ( | MergeableUpdate | $update | ) |
Merge this update with $update.
MergeableUpdate | $update | Update of the same class type |
Implements MergeableUpdate.
Definition at line 44 of file MessageCacheUpdate.php.
|
private |
Map of (language code => list of (DB key, DB key without code))
Definition at line 33 of file MessageCacheUpdate.php.
Referenced by doUpdate().