PHP Класс Auth_OpenID_AX_FetchRequest

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

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

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