MediaWiki REL1_39
AutoCommitUpdate Class Reference

Deferrable Update for closure/callback updates that should use auto-commit mode. More...

Inheritance diagram for AutoCommitUpdate:
Collaboration diagram for AutoCommitUpdate:

Public Member Functions

 __construct (IDatabase $dbw, $fname, callable $callback, array $conns=[])
 
 cancelOnRollback ( $trigger)
 
 doUpdate ()
 Perform the actual work.
 
 getOrigin ()
 

Detailed Description

Deferrable Update for closure/callback updates that should use auto-commit mode.

Since
1.28

Definition at line 9 of file AutoCommitUpdate.php.

Constructor & Destructor Documentation

◆ __construct()

AutoCommitUpdate::__construct ( IDatabase $dbw,
$fname,
callable $callback,
array $conns = [] )
Parameters
IDatabase$dbwDB handle; update aborts if a transaction now this rolls back
string$fnameCaller name (usually METHOD)
callable$callbackCallback that takes (IDatabase, method name string)
IDatabase[]$connsAbort if a transaction now on one of these rolls back [optional]

Definition at line 23 of file AutoCommitUpdate.php.

References Wikimedia\Rdbms\IDatabase\onTransactionResolution().

Member Function Documentation

◆ cancelOnRollback()

AutoCommitUpdate::cancelOnRollback ( $trigger)
Access: internal
This method is public so that it works with onTransactionResolution()
Parameters
int$trigger

Definition at line 56 of file AutoCommitUpdate.php.

◆ doUpdate()

AutoCommitUpdate::doUpdate ( )

Perform the actual work.

Implements DeferrableUpdate.

Definition at line 36 of file AutoCommitUpdate.php.

References DBO_TRX.

◆ getOrigin()

AutoCommitUpdate::getOrigin ( )
Returns
string Originating method name

Implements DeferrableCallback.

Definition at line 62 of file AutoCommitUpdate.php.


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