MediaWiki  1.34.0
DeferrableUpdate.php
Go to the documentation of this file.
1 <?php
2 
9 interface DeferrableUpdate {
13  function doUpdate();
14 }
DeferrableUpdate\doUpdate
doUpdate()
Perform the actual work.
DeferrableUpdate
Interface that deferrable updates should implement.
Definition: DeferrableUpdate.php:9