MediaWiki  1.29.2
MergeableUpdate Interface Reference

Interface that deferrable updates can implement. More...

Inheritance diagram for MergeableUpdate:

Public Member Functions

 merge (MergeableUpdate $update)
 Merge this update with $update. More...
 

Detailed Description

Interface that deferrable updates can implement.

DeferredUpdates uses this to merge all pending updates of PHP class into a single update by calling merge().

Since
1.27

Definition at line 9 of file MergeableUpdate.php.

Member Function Documentation

◆ merge()

MergeableUpdate::merge ( MergeableUpdate  $update)

Merge this update with $update.

Parameters
MergeableUpdate$updateUpdate of the same class type

Implemented in SiteStatsUpdate, and CdnCacheUpdate.


The documentation for this interface was generated from the following file: