GraphAware\Reco4PHP\Context\SimpleContext::timeLeft PHP Méthode

timeLeft() public méthode

public timeLeft ( ) : boolean
Résultat boolean
    public function timeLeft() : bool
    {
        return $this->statistics->getCurrentTimeSpent() < $this->config()->limit();
    }