MediaWiki
master
|
Deferrable Update for closure/callback. More...
Public Member Functions | |
__construct (callable $callback, $fname= 'unknown') | |
doUpdate () | |
Perform the actual work. More... | |
getOrigin () | |
Private Attributes | |
callable | $callback |
string | $fname |
Deferrable Update for closure/callback.
Definition at line 6 of file MWCallableUpdate.php.
MWCallableUpdate::__construct | ( | callable | $callback, |
$fname = 'unknown' |
|||
) |
callable | $callback | |
string | $fname | Calling method |
Definition at line 16 of file MWCallableUpdate.php.
MWCallableUpdate::doUpdate | ( | ) |
Perform the actual work.
Implements DeferrableUpdate.
Definition at line 21 of file MWCallableUpdate.php.
MWCallableUpdate::getOrigin | ( | ) |
Implements DeferrableCallback.
Definition at line 25 of file MWCallableUpdate.php.
References $fname.
|
private |
Definition at line 8 of file MWCallableUpdate.php.
Referenced by __construct().
|
private |
Definition at line 10 of file MWCallableUpdate.php.
Referenced by __construct(), and getOrigin().