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

isBootstrapped() 공개 메소드

public isBootstrapped ( )
    public function isBootstrapped()
    {
        return !is_null($this->microtime);
    }