bandwidthThrottle\tokenBucket\util\TokenConverter::__construct PHP 메소드

__construct() 공개 메소드

Sets the token rate.
public __construct ( Rate $rate )
$rate bandwidthThrottle\tokenBucket\Rate The rate.
    public function __construct(Rate $rate)
    {
        $this->rate = $rate;
    }