API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
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.
string | $name | The name of the element to look for |
Références $name.
Référencé par getTypes(), et getURIs().
Auth_Yadis_Service::getPriority | ( | ) |
Returns the "priority" attribute value of this <Service> element, if the attribute is present. Returns null if not.
Auth_Yadis_Service::getTypes | ( | ) |
Return the URIs in the "Type" elements, if any, of this Service element.
Références getElements().
Référencé par matchTypes().
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.
Références $k, Auth_Yadis_array_scramble(), et getElements().
Auth_Yadis_Service::matchTypes | ( | $ | type_uris | ) |