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

isBootstrapped() 공개 메소드

public isBootstrapped ( )
    public function isBootstrapped()
    {
        return isset($_SESSION[$this->key]);
    }