MediaWiki 1.41.2
TransactionRoundAwareUpdate Interface Reference

Deferrable update that specifies whether it must run outside of any explicit LBFactory transaction round or must run inside of a round owned by doUpdate(). More...

Inherited by MWCallableUpdate, RefreshSecondaryDataUpdate, and TransactionRoundDefiningUpdate.

Public Member Functions

 getTransactionRoundRequirement ()
 

Detailed Description

Deferrable update that specifies whether it must run outside of any explicit LBFactory transaction round or must run inside of a round owned by doUpdate().

Stability: stable
to implement
Since
1.34

Definition at line 11 of file TransactionRoundAwareUpdate.php.

Member Function Documentation

◆ getTransactionRoundRequirement()

TransactionRoundAwareUpdate::getTransactionRoundRequirement ( )
Returns
int One of the class TRX_ROUND_* constants

Implemented in MWCallableUpdate, RefreshSecondaryDataUpdate, and TransactionRoundDefiningUpdate.


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