PHP 클래스 Auth_OpenID_AX_FetchRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
$mode

공개 메소드들

메소드 설명
__construct ( $update_url = null )
add ( $attribute ) : true Add an attribute to this attribute exchange request.
contains ( $type_uri ) Is the given type URI present in this fetch_request?
fromOpenIDRequest ( $request ) Extract a FetchRequest from an OpenID message
getExtensionArgs ( ) Get the serialized form of this attribute fetch request.
getRequiredAttrs ( ) : A Get the type URIs for all attributes that have been marked as required.
iterAttrs ( ) Iterate over the AttrInfo objects that are contained in this fetch_request.
iterTypes ( )
parseExtensionArgs ( $ax_args ) Given attribute exchange arguments, populate this FetchRequest.

메소드 상세

__construct() 공개 메소드

public __construct ( $update_url = null )

add() 공개 메소드

Add an attribute to this attribute exchange request.
public add ( $attribute ) : true
리턴 true on success, false when the requested attribute is already present in this fetch request.

contains() 공개 메소드

Is the given type URI present in this fetch_request?
public contains ( $type_uri )

fromOpenIDRequest() 정적인 공개 메소드

Extract a FetchRequest from an OpenID message
static public fromOpenIDRequest ( $request )

getExtensionArgs() 공개 메소드

Get the serialized form of this attribute fetch request.
public getExtensionArgs ( )

getRequiredAttrs() 공개 메소드

Get the type URIs for all attributes that have been marked as required.
public getRequiredAttrs ( ) : A
리턴 A list of the type URIs for attributes that have been marked as required.

iterAttrs() 공개 메소드

Iterate over the AttrInfo objects that are contained in this fetch_request.
public iterAttrs ( )

iterTypes() 공개 메소드

public iterTypes ( )

parseExtensionArgs() 공개 메소드

Given attribute exchange arguments, populate this FetchRequest.
public parseExtensionArgs ( $ax_args )

프로퍼티 상세

$mode 공개적으로 프로퍼티

public $mode