onRun() abstract public method

Actions to execute when run
abstract public onRun ( $currentTick ) : void
$currentTick
return void
Exemplo n.º 1
0
 /**
  * @param int $currentTick
  */
 public function run($currentTick)
 {
     $this->task->onRun($currentTick);
 }