Public Member Functions |
| | getExtensionArgs ($aliases=null) |
| | Auth_OpenID_AX_KeyValueMessage () |
| | addValue ($type_uri, $value) |
| | Add a single value for the given attribute type to the message.
|
| | setValues ($type_uri, &$values) |
| | Set the values for the given attribute type.
|
| | _getExtensionKVArgs ($aliases) |
| | Get the extension arguments for the key/value pairs contained in this message.
|
| | parseExtensionArgs ($ax_args) |
| | Parse attribute exchange key/value arguments into this object.
|
| | getSingle ($type_uri, $default=null) |
| | Get a single value for an attribute.
|
| | get ($type_uri) |
| | Get the list of values for this attribute in the fetch_response.
|
| | count ($type_uri) |
| | Get the number of responses for a particular attribute in this fetch_response 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.
|
| | _newArgs () |
| | Return a set of attribute exchange arguments containing the basic information that must be in every attribute exchange message.
|
| | getExtensionArgs () |
| | Get the string arguments that should be added to an OpenID message for this extension.
|
| | toMessage ($message) |
| | Add the arguments from this extension to the provided message.
|
Data Fields |
| | $mode = 'store_request' |
Detailed Description
Definition at line 951 of file AX.php.
Member Function Documentation
| Auth_OpenID_AX_StoreRequest::getExtensionArgs |
( |
|
$aliases = null | ) |
|
- Parameters
-
| array | $aliases | The namespace aliases to use when making this store response. Leave as None to use defaults. |
Definition at line 958 of file AX.php.
Field Documentation
| Auth_OpenID_AX_StoreRequest::$mode = 'store_request' |
The documentation for this class was generated from the following file:
- Services/OpenId/lib/Auth/OpenID/AX.php