PHP Класс Auth_OpenID_AX_Message

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

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

Свойство Тип Описание
$mode mode: The type of this attribute exchange message. This must be overridden in subclasses.
$ns_alias ns_alias: The preferred namespace alias for attribute exchange messages
$ns_uri

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

Метод Описание
_checkMode ( $ax_args ) Return Auth_OpenID_AX_Error if the mode in the attribute exchange arguments does not match what is expected for this class; true otherwise.
_newArgs ( ) Return a set of attribute exchange arguments containing the basic information that must be in every attribute exchange message.

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

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

Return Auth_OpenID_AX_Error if the mode in the attribute exchange arguments does not match what is expected for this class; true otherwise.
public _checkMode ( $ax_args )

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

Return a set of attribute exchange arguments containing the basic information that must be in every attribute exchange message.
public _newArgs ( )

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

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

mode: The type of this attribute exchange message. This must be overridden in subclasses.
public $mode

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

ns_alias: The preferred namespace alias for attribute exchange messages
public $ns_alias

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

public $ns_uri