Auth_Yadis_HTTPFetcher::supportsSSL PHP Method

supportsSSL() public method

Does this fetcher implementation (and runtime) support fetching HTTPS URLs? May inspect the runtime environment.
public supportsSSL ( ) : boolean
return boolean $support True if this fetcher supports HTTPS fetching; false if not.
    function supportsSSL()
    {
        trigger_error("not implemented", E_USER_ERROR);
    }