MediaWiki  1.29.2
MWCallableUpdate Class Reference

Deferrable Update for closure/callback. More...

Inheritance diagram for MWCallableUpdate:
Collaboration diagram for MWCallableUpdate:

Public Member Functions

 __construct (callable $callback, $fname='unknown', IDatabase $dbw=null)
 
 cancelOnRollback ( $trigger)
 
 doUpdate ()
 Perform the actual work. More...
 
 getOrigin ()
 

Private Attributes

callable null $callback
 
string $fname
 

Detailed Description

Deferrable Update for closure/callback.

Definition at line 8 of file MWCallableUpdate.php.

Constructor & Destructor Documentation

◆ __construct()

MWCallableUpdate::__construct ( callable  $callback,
  $fname = 'unknown',
IDatabase  $dbw = null 
)
Parameters
callable$callback
string$fnameCalling method
IDatabase | null$dbwAbort if this DB is rolled back optional

Definition at line 19 of file MWCallableUpdate.php.

References $callback, and $fname.

Member Function Documentation

◆ cancelOnRollback()

MWCallableUpdate::cancelOnRollback (   $trigger)

Definition at line 34 of file MWCallableUpdate.php.

◆ doUpdate()

MWCallableUpdate::doUpdate ( )

Perform the actual work.

Implements DeferrableUpdate.

Definition at line 28 of file MWCallableUpdate.php.

◆ getOrigin()

MWCallableUpdate::getOrigin ( )
Returns
string Originating method name

Implements DeferrableCallback.

Definition at line 40 of file MWCallableUpdate.php.

References $fname.

Member Data Documentation

◆ $callback

callable null MWCallableUpdate::$callback
private

Definition at line 10 of file MWCallableUpdate.php.

Referenced by __construct().

◆ $fname

string MWCallableUpdate::$fname
private

Definition at line 12 of file MWCallableUpdate.php.

Referenced by __construct(), and getOrigin().


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