bandwidthThrottle\tokenBucket\TokenBucket::getRate PHP Method

getRate() public method

Returns the token add rate.
public getRate ( ) : Rate
return Rate The rate.
    public function getRate()
    {
        return $this->rate;
    }