MediaWiki REL1_31
MergeableUpdate Interface Reference

Interface that deferrable updates can implement. More...

Inheritance diagram for MergeableUpdate:
Collaboration diagram for MergeableUpdate:

Public Member Functions

 merge (MergeableUpdate $update)
 Merge this update with $update.
 
- Public Member Functions inherited from DeferrableUpdate
 doUpdate ()
 Perform the actual work.
 

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 CdnCacheUpdate, and SiteStatsUpdate.


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