PHP 클래스 Auth_Yadis_DiscoveryResult

파일 보기 프로젝트 열기: openid/php-openid 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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