PhpBrew\Downloader\WgetCommandDownloader::enableContinueAtOption PHP Method

enableContinueAtOption() public method

    public function enableContinueAtOption()
    {
        $this->enableContinueAt = true;
    }