Stiphle\Throttle\ThrottleInterface::getEstimate PHP Метод

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

If I were to throttle now, how long would I be waiting
public getEstimate ( string $key, integer $limit, integer $milliseconds ) : integer
$key string - A unique key for what we're throttling
$limit integer - How many are allowed
$milliseconds integer - In this many milliseconds
Результат integer - the number of milliseconds before this request should be allowed
    public function getEstimate($key, $limit, $milliseconds);
ThrottleInterface