getCurrentTimeSpent() public method

public getCurrentTimeSpent ( ) : float
return float
Example #1
0
 /**
  * {@inheritdoc}
  */
 public function timeLeft() : bool
 {
     return $this->statistics->getCurrentTimeSpent() < $this->config()->limit();
 }