bandwidthThrottle\tokenBucket\storage\FileStorage::bootstrap PHP Method

bootstrap() public method

public bootstrap ( $microtime )
    public function bootstrap($microtime)
    {
        $this->open();
        // remove() could have deleted the file.
        $this->setMicrotime($microtime);
    }