GraphAware\Reco4PHP\Context\SimpleContext::timeLeft PHP Метод

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

public timeLeft ( ) : boolean
Результат boolean
    public function timeLeft() : bool
    {
        return $this->statistics->getCurrentTimeSpent() < $this->config()->limit();
    }