MediaWiki  master
DeferrableUpdate.php
Go to the documentation of this file.
1 <?php
2 
11 interface DeferrableUpdate {
15  public function doUpdate();
16 }
Interface that deferrable updates should implement.
doUpdate()
Perform the actual work.