MediaWiki  REL1_22
MWCallableUpdate Class Reference

Deferrable Update for closure/callback. More...

Inheritance diagram for MWCallableUpdate:
Collaboration diagram for MWCallableUpdate:

List of all members.

Public Member Functions

 __construct ($callback)
 doUpdate ()
 Run the update.

Private Attributes

closure callabck $callback

Detailed Description

Deferrable Update for closure/callback.

Definition at line 6 of file CallableUpdate.php.


Constructor & Destructor Documentation

Parameters:
callable$callback

Definition at line 15 of file CallableUpdate.php.


Member Function Documentation

Run the update.

Implements DeferrableUpdate.

Definition at line 25 of file CallableUpdate.php.


Member Data Documentation

closure callabck MWCallableUpdate::$callback [private]

Definition at line 10 of file CallableUpdate.php.


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