Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4109239
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
Tue, Aug 18, 20:57 (1 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
95/43/d98ee6634a55e09bff4561d45488
Default Alt Text
TransactionRoundAwareUpdate.php (758 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment