Kraken\Loop\Timer\TimerInterface::getCallback PHP Method

getCallback() public method

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

Usage Example

Ejemplo n.º 1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getCallback()
 {
     return $this->timer->getCallback();
 }