MediaWiki REL1_35
MergeableUpdate.php
Go to the documentation of this file.
1<?php
2
26 public function merge( MergeableUpdate $update );
27}
Interface that deferrable updates should implement.
Interface that deferrable updates can implement to signal that updates can be combined.
merge(MergeableUpdate $update)
Merge this update with $update.