Kraken\Loop\Timer\TimerInterface::getData PHP Метод

getData() публичный Метод

Return data associated with timer.
public getData ( ) : mixed | null
Результат mixed | null
    public function getData();

Usage Example

Пример #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function getData()
 {
     return $this->timer->getData();
 }