| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for Auth_Yadis_DiscoveryResult:
 Collaboration diagram for Auth_Yadis_DiscoveryResult:| Public Member Functions | |
| Auth_Yadis_DiscoveryResult ($request_uri) | |
| fail () | |
| isFailure () | |
| services () | |
| Returns the list of service objects as described by the XRDS document, if this yadis object represents a successful Yadis discovery. | |
| usedYadisLocation () | |
| isXRDS () | |
| Data Fields | |
| $request_uri = null | |
| $normalized_uri = null | |
| $xrds_uri = null | |
| $xrds = null | |
| $content_type = null | |
| $response_text = null | |
| $failed = false | |
| Auth_Yadis_DiscoveryResult::Auth_Yadis_DiscoveryResult | ( | $request_uri | ) | 
Definition at line 71 of file Yadis.php.
References $request_uri.
| Auth_Yadis_DiscoveryResult::fail | ( | ) | 
| Auth_Yadis_DiscoveryResult::isFailure | ( | ) | 
| Auth_Yadis_DiscoveryResult::isXRDS | ( | ) | 
Definition at line 111 of file Yadis.php.
References Auth_Yadis_CONTENT_TYPE, and usedYadisLocation().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_Yadis_DiscoveryResult::services | ( | ) | 
Returns the list of service objects as described by the XRDS document, if this yadis object represents a successful Yadis discovery.
Definition at line 96 of file Yadis.php.
| Auth_Yadis_DiscoveryResult::usedYadisLocation | ( | ) | 
| Auth_Yadis_DiscoveryResult::$failed = false | 
Definition at line 69 of file Yadis.php.
Referenced by isFailure().
| Auth_Yadis_DiscoveryResult::$request_uri = null | 
Definition at line 51 of file Yadis.php.
Referenced by Auth_Yadis_DiscoveryResult().