PHP Класс Auth_Yadis_DiscoveryResult

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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)

Открытые методы

Метод Описание
__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 ( )

Описание методов

__construct() публичный Метод

public __construct ( $request_uri )

fail() публичный Метод

public fail ( )

isFailure() публичный Метод

public isFailure ( )

isXRDS() публичный Метод

public isXRDS ( )

services() публичный Метод

Returns the list of service objects as described by the XRDS document, if this yadis object represents a successful Yadis discovery.
public services ( ) : array
Результат array $services An array of {@link Auth_Yadis_Service} objects

usedYadisLocation() публичный Метод

public usedYadisLocation ( )

Описание свойств

$content_type публичное свойство

The content-type returned with the response_text
public $content_type

$failed публичное свойство

Did the discovery fail miserably?
public $failed

$normalized_uri публичное свойство

The result of following redirects from the request_uri
public $normalized_uri

$request_uri публичное свойство

The URI that was passed to the fetcher
public $request_uri

$response_text публичное свойство

The document returned from the xrds_uri
public $response_text

$xrds публичное свойство

public $xrds

$xrds_uri публичное свойство

None if there was no XRDS document found)
public $xrds_uri