MediaWiki master
MergeableUpdate.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Deferred;
4
29 public function merge( MergeableUpdate $update );
30}
31
33class_alias( MergeableUpdate::class, 'MergeableUpdate' );
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.