bandwidthThrottle\tokenBucket\storage\SessionStorage::__construct PHP 메소드

__construct() 공개 메소드

Sets the bucket's name.
public __construct ( string $name )
$name string The bucket's name.
    public function __construct($name)
    {
        $this->mutex = new NoMutex();
        $this->key = self::SESSION_NAMESPACE . $name;
    }