Method | Description | |
---|---|---|
__construct ( ) | ||
_getExtensionKVArgs ( $aliases ) | Get the extension arguments for the key/value pairs contained in this message. | |
addValue ( $type_uri, $value ) : null | Add a single value for the given attribute type to the message. If there are already values specified for this type, this value will be sent in addition to the values already specified. | |
count ( $type_uri ) | Get the number of responses for a particular attribute in this fetch_response message. | |
get ( $type_uri ) | Get the list of values for this attribute in the fetch_response. | |
getSingle ( $type_uri, $default = null ) | Get a single value for an attribute. If no value was sent for this attribute, use the supplied default. If there is more than one value for this attribute, this method will fail. | |
parseExtensionArgs ( $ax_args ) : Auth_OpenID_AX_Error | Parse attribute exchange key/value arguments into this object. | |
setValues ( $type_uri, &$values ) | Set the values for the given attribute type. This replaces any values that have already been set for this attribute. |
public _getExtensionKVArgs ( $aliases ) |
public count ( $type_uri ) |
public get ( $type_uri ) |
public getSingle ( $type_uri, $default = null ) |
public parseExtensionArgs ( $ax_args ) : Auth_OpenID_AX_Error | ||
return | Auth_OpenID_AX_Error | or true |
public setValues ( $type_uri, &$values ) |