Öffentliche Methoden | |
| Auth_Yadis_DiscoveryResult ($request_uri) | |
| fail () | |
| isFailure () | |
| services () | |
| usedYadisLocation () | |
| isXRDS () | |
Datenfelder | |
| $request_uri = null | |
| $normalized_uri = null | |
| $xrds_uri = null | |
| $xrds = null | |
| $content_type = null | |
| $response_text = null | |
| $failed = false | |
Definiert in Zeile 48 der Datei Yadis.php.
| Auth_Yadis_DiscoveryResult | ( | $ | request_uri | ) |
Definiert in Zeile 71 der Datei Yadis.php.
00072 { 00073 // Initialize the state of the object 00074 // sets all attributes to None except the request_uri 00075 $this->request_uri = $request_uri; 00076 }
| isFailure | ( | ) |
| isXRDS | ( | ) |
Definiert in Zeile 111 der Datei Yadis.php.
00112 { 00113 // Is the response text supposed to be an XRDS document? 00114 return ($this->usedYadisLocation() || 00115 $this->content_type == Auth_Yadis_CONTENT_TYPE); 00116 }
| services | ( | ) |
Returns the list of service objects as described by the XRDS document, if this yadis object represents a successful Yadis discovery.
Definiert in Zeile 96 der Datei Yadis.php.
00097 { 00098 if ($this->xrds) { 00099 return $this->xrds->services(); 00100 } 00101 00102 return null; 00103 }
| usedYadisLocation | ( | ) |
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|