MediaWiki
1.30.0
|
Interface that deferrable updates can implement. More...
Public Member Functions | |
merge (MergeableUpdate $update) | |
Merge this update with $update. More... | |
Interface that deferrable updates can implement.
DeferredUpdates uses this to merge all pending updates of PHP class into a single update by calling merge().
Definition at line 9 of file MergeableUpdate.php.
MergeableUpdate::merge | ( | MergeableUpdate | $update | ) |
Merge this update with $update.
MergeableUpdate | $update | Update of the same class type |
Implemented in SiteStatsUpdate, and CdnCacheUpdate.