Eris\Shrinker\FixedTimeLimit::hasBeenReached PHP Method

hasBeenReached() public method

public hasBeenReached ( )
    public function hasBeenReached()
    {
        $actualIntervalLength = call_user_func($this->clock) - $this->startOfTheInterval;
        return $actualIntervalLength >= $this->maximumIntervalLength;
    }