PHP Class Auth_OpenID_AX_Message

Inheritance: extends Auth_OpenID_Extension
Show file Open project: openid/php-openid

Public Properties

Property 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

Public Methods

Method 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 method

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 method

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 property

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

$ns_alias public property

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

$ns_uri public property

public $ns_uri