ManaPHP\Security\RateLimiter::_limit PHP Method

_limit() abstract protected method

abstract protected _limit ( string $id, string $resource, integer $duration, integer $times ) : mixed
$id string
$resource string
$duration integer
$times integer
return mixed
    protected abstract function _limit($id, $resource, $duration, $times);