MediaWiki REL1_35
|
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()
Stable to implement
Definition at line 11 of file DeferrableUpdate.php.
DeferrableUpdate::doUpdate | ( | ) |
Perform the actual work.
Implemented in AtomicSectionUpdate, AutoCommitUpdate, CdnCacheUpdate, HTMLCacheUpdate, HtmlFileCacheUpdate, JobQueueEnqueueUpdate, LinksUpdate, MessageCacheUpdate, MWCallableUpdate, RefreshSecondaryDataUpdate, SearchUpdate, SendPasswordResetEmailUpdate, SiteStatsUpdate, TransactionRoundDefiningUpdate, UserEditCountUpdate, and WANCacheReapUpdate.
Referenced by DeferredUpdates\attemptUpdate().