MediaWiki REL1_31
|
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 9 of file DeferrableUpdate.php.
DeferrableUpdate::doUpdate | ( | ) |
Perform the actual work.
Implemented in GadgetDefinitionDeletionUpdate, GadgetDefinitionSecondaryDataUpdate, AtomicSectionUpdate, AutoCommitUpdate, CdnCacheUpdate, HTMLCacheUpdate, LinksDeletionUpdate, LinksUpdate, MWCallableUpdate, SearchUpdate, SendPasswordResetEmailUpdate, SiteStatsUpdate, TransactionRoundDefiningUpdate, and WANCacheReapUpdate.