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