Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432641
TransactionRoundAwareUpdate.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
758 B
Referenced Files
None
Subscribers
None
TransactionRoundAwareUpdate.php
View Options
<?php
namespace
MediaWiki\Deferred
;
/**
* 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().
*
* @stable to implement
*
* @since 1.34
*/
interface
TransactionRoundAwareUpdate
{
/** @var int No explicit transaction round should be used */
public
const
TRX_ROUND_ABSENT
=
1
;
/** @var int An explicit transaction round owned by self::doUpdate should be used */
public
const
TRX_ROUND_PRESENT
=
2
;
/**
* @return int One of the class TRX_ROUND_* constants
*/
public
function
getTransactionRoundRequirement
();
}
/** @deprecated class alias since 1.42 */
class_alias
(
TransactionRoundAwareUpdate
::
class
,
'TransactionRoundAwareUpdate'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 22:07 (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
da/96/6bf41f25ab2c188d955f73f86a8b
Default Alt Text
TransactionRoundAwareUpdate.php (758 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment