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

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

public bootstrap ( $microtime )
    public function bootstrap($microtime)
    {
        if (is_null($this->memory)) {
            $this->attach();
        }
        $this->setMicrotime($microtime);
    }