MediaWiki  master
MergeableUpdate.php
Go to the documentation of this file.
1 <?php
2 
21 interface MergeableUpdate extends DeferrableUpdate {
27  public function merge( MergeableUpdate $update );
28 }
Interface that deferrable updates should implement.
Interface that deferrable updates can implement to signal that updates can be combined.
merge(MergeableUpdate $update)
Merge this enqueued update with a new MergeableUpdate of the same qualified class name.