bandwidthThrottle\tokenBucket\storage\SessionStorage::__construct PHP Méthode

__construct() public méthode

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;
    }