MediaWiki  REL1_19
DeferrableUpdate Interface Reference

Interface that deferrable updates should implement. More...

Inheritance diagram for DeferrableUpdate:

List of all members.

Public Member Functions

 doUpdate ()
 Perform the actual work.

Detailed Description

Interface that deferrable updates should implement.

Basically required so we can validate input on DeferredUpdates::addUpdate()

Since:
1.19

Definition at line 8 of file DeferredUpdates.php.


Member Function Documentation

Perform the actual work.

Implemented in SiteStatsUpdate, HTMLCacheUpdate, ViewCountUpdate, and SearchUpdate.


The documentation for this interface was generated from the following file: