Stiphle\Throttle\ThrottleInterface::throttle PHP Method

throttle() public method

Throttle
public throttle ( string $key, integer $limit, integer $milliseconds ) : void
$key string - A unique key for what we're throttling
$limit integer - How many are allowed
$milliseconds integer - In this many milliseconds
return void
    public function throttle($key, $limit, $milliseconds);
ThrottleInterface