bandwidthThrottle\tokenBucket\TokenBucket::getCapacity PHP Method

getCapacity() public method

The token capacity of this bucket.
public getCapacity ( ) : integer
return integer The capacity.
    public function getCapacity()
    {
        return $this->capacity;
    }