PhpBrew\Downloader\WgetCommandDownloader::hasSupport PHP Method

hasSupport() public method

public hasSupport ( $requireSsl )
    public function hasSupport($requireSsl)
    {
        return Utils::findbin('wget');
    }