API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
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
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
Référencé par Auth_OpenID_AX_StoreResponse::getExtensionArgs().
Auth_OpenID_AX_Message::$mode = null |
mode: The type of this attribute exchange message. This must be overridden in subclasses.
Réimplémentée dans Auth_OpenID_AX_FetchRequest, Auth_OpenID_AX_FetchResponse, et Auth_OpenID_AX_StoreRequest.
Auth_OpenID_AX_Message::$ns_alias = 'ax' |
ns_alias: The preferred namespace alias for attribute exchange messages
Réimplémentée à partir de Auth_OpenID_Extension.
Auth_OpenID_AX_Message::$ns_uri = Auth_OpenID_AX_NS_URI |
ns_uri: The namespace to which to add the arguments for this extension
Réimplémentée à partir de Auth_OpenID_Extension.