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

public getCurrentTimeSpent ( ) : float
Результат float
Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function timeLeft() : bool
 {
     return $this->statistics->getCurrentTimeSpent() < $this->config()->limit();
 }