|
MediaWiki
REL1_23
|
Interface that deferrable updates should implement. More...

Public Member Functions | |
| doUpdate () | |
| Perform the actual work. | |
Interface that deferrable updates should implement.
Basically required so we can validate input on DeferredUpdates::addUpdate()
Definition at line 29 of file DeferredUpdates.php.
Perform the actual work.
Implemented in LinksDeletionUpdate, LinksUpdate, SearchUpdate, SiteStatsUpdate, ViewCountUpdate, HTMLCacheUpdate, and MWCallableUpdate.