MediaWiki 1.41.2
DeferrableUpdate Interface Reference

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.
 

Detailed Description

Interface that deferrable updates should implement.

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

Stability: stable
to implement
Since
1.19

Definition at line 11 of file DeferrableUpdate.php.

Member Function Documentation

◆ doUpdate()


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