onRun() 추상적인 공개 메소드

Actions to execute when run
abstract public onRun ( $currentTick ) : void
$currentTick
리턴 void
예제 #1
0
 /**
  * @param int $currentTick
  */
 public function run($currentTick)
 {
     $this->task->onRun($currentTick);
 }