TYPO3 CMS  TYPO3_6-2
Auth_OpenID_AX_Message Class Reference
Inheritance diagram for Auth_OpenID_AX_Message:
Auth_OpenID_Extension Auth_OpenID_AX_FetchRequest Auth_OpenID_AX_KeyValueMessage Auth_OpenID_AX_StoreResponse Auth_OpenID_AX_FetchResponse Auth_OpenID_AX_StoreRequest

Public Member Functions

 _checkMode ($ax_args)
 
 _newArgs ()
 
- Public Member Functions inherited from Auth_OpenID_Extension
 getExtensionArgs ()
 
 toMessage ($message, $request=null)
 

Public Attributes

 $ns_alias = 'ax'
 
 $mode = null
 
 $ns_uri = Auth_OpenID_AX_NS_URI
 
- Public Attributes inherited from Auth_OpenID_Extension
 $ns_uri = null
 
 $ns_alias = null
 

Detailed Description

Definition at line 83 of file AX.php.

Member Function Documentation

◆ _checkMode()

Auth_OpenID_AX_Message::_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.

private

Definition at line 105 of file AX.php.

◆ _newArgs()

Auth_OpenID_AX_Message::_newArgs ( )

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

private

Definition at line 125 of file AX.php.

Member Data Documentation

◆ $mode

Auth_OpenID_AX_Message::$mode = null

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

Definition at line 94 of file AX.php.

◆ $ns_alias

Auth_OpenID_AX_Message::$ns_alias = 'ax'

ns_alias: The preferred namespace alias for attribute exchange messages

Definition at line 88 of file AX.php.

◆ $ns_uri

Auth_OpenID_AX_Message::$ns_uri = Auth_OpenID_AX_NS_URI

Definition at line 96 of file AX.php.