MediaWiki REL1_40
|
Interface that deferrable updates should implement. More...
Inherited by AtomicSectionUpdate, AutoCommitUpdate, CdnCacheUpdate, DataUpdate, HtmlFileCacheUpdate, JobQueueEnqueueUpdate, MWCallableUpdate, MediaWiki\Storage\RevertedTagUpdate, MergeableUpdate, MessageCacheUpdate, SearchUpdate, SendPasswordResetEmailUpdate, SiteStatsUpdate, TransactionRoundDefiningUpdate, and UserEditCountUpdate.
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, HtmlFileCacheUpdate, JobQueueEnqueueUpdate, MediaWiki\Deferred\LinksUpdate\LinksUpdate, MessageCacheUpdate, MWCallableUpdate, RefreshSecondaryDataUpdate, SearchUpdate, SendPasswordResetEmailUpdate, SiteStatsUpdate, TransactionRoundDefiningUpdate, UserEditCountUpdate, and MediaWiki\Storage\RevertedTagUpdate.
Referenced by DeferredUpdates\attemptUpdate().