API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe Auth_Yadis_Yadis

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

Auth_Yadis_Yadis::_getContentType ( content_type_header)

private

Références $parts.

Référencé par discover().

Voici le graphe d'appel pour cette fonction :

Auth_Yadis_Yadis::_getHeader ( header_list,
names 
)

private

Références $n, et $name.

Référencé par discover().

Voici le graphe d'appel pour cette fonction :

Auth_Yadis_Yadis::curlPresent ( )

Référencé par getHTTPFetcher().

Voici le graphe d'appel pour cette fonction :

Auth_Yadis_Yadis::discover ( uri,
&$  fetcher,
extra_ns_map = null,
timeout = 20 
)

This should be called statically and will build a Yadis instance if the discovery process succeeds. This implements Yadis discovery as specified in the Yadis specification.

Paramètres:
string$uriThe URI on which to perform Yadis discovery.
array$http_responseAn array reference where the HTTP response object will be stored (see Auth_Yadis_HTTPResponse.
Auth_Yadis_HTTPFetcher$fetcherAn instance of a Auth_Yadis_HTTPFetcher subclass.
array$extra_ns_mapAn array which maps namespace names to namespace URIs to be used when parsing the Yadis XRDS document.
integer$timeoutAn optional fetcher timeout, in seconds.
Renvoie:
mixed $obj Either null or an instance of Auth_Yadis_Yadis, depending on whether the discovery succeeded.

Références $uri, _getContentType(), _getHeader(), et getHTTPFetcher().

Voici le graphe d'appel pour cette fonction :

Auth_Yadis_Yadis::getHTTPFetcher ( timeout = 20)

Returns an HTTP fetcher object. If the CURL extension is present, an instance of Auth_Yadis_ParanoidHTTPFetcher is returned. If not, an instance of Auth_Yadis_PlainHTTPFetcher is returned.

If Auth_Yadis_CURL_OVERRIDE is defined, this method will always return a Auth_Yadis_PlainHTTPFetcher.

Références curlPresent().

Référencé par Auth_OpenID_GenericConsumer::Auth_OpenID_GenericConsumer(), et discover().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :