libasynql  3.2.0
Asynchronous MySQL access library for PocketMine plugins.
CallbackTask Class Reference
Inheritance diagram for CallbackTask:

Public Member Functions

 __construct (callable $callback)
 
 onRun (int $currentTick)
 

Protected Attributes

 $callback
 

Detailed Description

Definition at line 27 of file CallbackTask.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( callable  $callback)

Definition at line 31 of file CallbackTask.php.

Member Function Documentation

◆ onRun()

onRun ( int  $currentTick)

Definition at line 35 of file CallbackTask.php.

Field Documentation

◆ $callback

$callback
protected

Definition at line 29 of file CallbackTask.php.


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