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