Property | Type | Description | |
---|---|---|---|
$content_type | The content-type returned with the response_text | ||
$failed | Did the discovery fail miserably? | ||
$normalized_uri | The result of following redirects from the request_uri | ||
$request_uri | The URI that was passed to the fetcher | ||
$response_text | The document returned from the xrds_uri | ||
$xrds | |||
$xrds_uri | None if there was no XRDS document found) |
Method | Description | |
---|---|---|
__construct ( $request_uri ) | ||
fail ( ) | ||
isFailure ( ) | ||
isXRDS ( ) | ||
services ( ) : array | Returns the list of service objects as described by the XRDS document, if this yadis object represents a successful Yadis discovery. | |
usedYadisLocation ( ) |
public $content_type |
public $normalized_uri |