PHP Class Auth_OpenID_AX_Message

Inheritance: extends Auth_OpenID_Extension
Afficher le fichier Open project: openid/php-openid

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
_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.

Method Details

_checkMode() public méthode

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() public méthode

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

Property Details

$mode public_oe property

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

$ns_alias public_oe property

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

$ns_uri public_oe property

public $ns_uri