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

Référence de la classe Auth_Yadis_Service

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

Auth_Yadis_Service::Auth_Yadis_Service ( )

Creates an empty service object.

Auth_Yadis_Service::getElements ( name)

Used to get XML elements from this object's <Service> element.

This is what you should use to get all custom information out of this element. This is used by service filter functions to determine whether a service element contains specific tags, etc. NOTE: this only considers elements which are direct children of the <Service> element for this object.

Paramètres:
string$nameThe name of the element to look for
Renvoie:
array $list An array of elements with the specified name which are direct children of the <Service> element. The nodes returned by this function can be passed to $this->parser methods (see Auth_Yadis_XMLParser).

Références $name.

Référencé par getTypes(), et getURIs().

Voici le graphe d'appel pour cette fonction :

Auth_Yadis_Service::getPriority ( )

Returns the "priority" attribute value of this <Service> element, if the attribute is present. Returns null if not.

Renvoie:
mixed $result Null or integer, depending on whether this Service element has a 'priority' attribute.
Auth_Yadis_Service::getTypes ( )

Return the URIs in the "Type" elements, if any, of this Service element.

Renvoie:
array $type_uris An array of Type URI strings.

Références getElements().

Référencé par matchTypes().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

Auth_Yadis_Service::getURIs ( )

Return the URIs in the "URI" elements, if any, of this Service element. The URIs are returned sorted in priority order.

Renvoie:
array $uris An array of URI strings.

Références $k, Auth_Yadis_array_scramble(), et getElements().

Voici le graphe d'appel pour cette fonction :

Auth_Yadis_Service::matchTypes ( type_uris)

Références getTypes().

Voici le graphe d'appel pour cette fonction :


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