Kraken\Loop\Timer\TimerInterface::getCallback PHP Méthode

getCallback() public méthode

Return callback attached to timer.
public getCallback ( ) : callable
Résultat callable
    public function getCallback();

Usage Example

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