bandwidthThrottle\tokenBucket\storage\IPCStorage::isBootstrapped PHP Метод

isBootstrapped() публичный Метод

public isBootstrapped ( )
    public function isBootstrapped()
    {
        return !is_null($this->memory) && shm_has_var($this->memory, 0);
    }