Auth_OpenID_AX_Message::_newArgs PHP Метод

_newArgs() публичный Метод

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