MediaWiki
REL1_24
|
Deferrable Update for closure/callback. More...
Public Member Functions | |
__construct ($callback) | |
doUpdate () | |
Run the update. | |
Private Attributes | |
Closure callable | $callback |
Deferrable Update for closure/callback.
Definition at line 6 of file CallableUpdate.php.
MWCallableUpdate::__construct | ( | $ | callback | ) |
callable | $callback |
MWException |
Definition at line 15 of file CallableUpdate.php.
Closure callable MWCallableUpdate::$callback [private] |
Definition at line 9 of file CallableUpdate.php.