Auth_OpenID_AX_Message::_newArgs PHP Method

_newArgs() public method

Return a set of attribute exchange arguments containing the basic information that must be in every attribute exchange message.
public _newArgs ( )
    function _newArgs()
    {
        return array('mode' => $this->mode);
    }
Auth_OpenID_AX_Message