MediaWiki REL1_30
MergeableUpdate.php
Go to the documentation of this file.
1<?php
2
9interface MergeableUpdate {
15 function merge( MergeableUpdate $update );
16}
Interface that deferrable updates can implement.
merge(MergeableUpdate $update)
Merge this update with $update.