|
libasynql
3.2.0
Asynchronous MySQL access library for PocketMine plugins.
|
Public Member Functions | |
| __construct (callable $callback) | |
| onRun (int $currentTick) | |
Protected Attributes | |
| $callback | |
Definition at line 27 of file CallbackTask.php.
| __construct | ( | callable | $callback | ) |
Definition at line 31 of file CallbackTask.php.
| onRun | ( | int | $currentTick | ) |
Definition at line 35 of file CallbackTask.php.
|
protected |
Definition at line 29 of file CallbackTask.php.