fetchAttributes() public method
Gets AX/SREG attributes provided by OP. Should be used only after successful validation.
Note that it does not guarantee that any of the required/optional parameters will be present, or that there will be no other attributes besides those specified. In other words. OP may provide whatever information it wants to. SREG names will be mapped to AX names.
See also http://www.axschema.org/types/.
public array fetchAttributes ( ) | ||
---|---|---|
return | array |
Array of attributes with keys being the AX schema names, e.g. 'contact/email' |
Please login to continue.