MediaWiki master
TransactionRoundAwareUpdate.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Deferred;
4
15 public const TRX_ROUND_ABSENT = 1;
17 public const TRX_ROUND_PRESENT = 2;
18
23}
24
26class_alias( TransactionRoundAwareUpdate::class, 'TransactionRoundAwareUpdate' );
Deferrable update that specifies whether it must run outside of any explicit LBFactory transaction ro...