Public Member Functions | |
| Auth_Yadis_Service () | |
| getTypes () | |
| matchTypes ($type_uris) | |
| getURIs () | |
| getPriority () | |
| getElements ($name) | |
Definition at line 83 of file XRDS.php.
| Auth_Yadis_Service::Auth_Yadis_Service | ( | ) |
| 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 |
Definition at line 201 of file XRDS.php.
Referenced by getTypes(), and getURIs().
| Auth_Yadis_Service::getPriority | ( | ) |
| Auth_Yadis_Service::getTypes | ( | ) |
Return the URIs in the "Type" elements, if any, of this Service element.
Definition at line 100 of file XRDS.php.
References getElements().
Referenced by 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.
Definition at line 131 of file XRDS.php.
References Auth_Yadis_array_scramble(), and getElements().
| Auth_Yadis_Service::matchTypes | ( | $ | type_uris | ) |
1.4.7