Kraken\Loop\Timer\TimerInterface::getCallback PHP 메소드

getCallback() 공개 메소드

Return callback attached to timer.
public getCallback ( ) : callable
리턴 callable
    public function getCallback();

Usage Example

예제 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getCallback()
 {
     return $this->timer->getCallback();
 }