OpenID_Message
A class that handles any OpenID protocol messages, as described in section 4.1 of the OpenID 2.0 spec. You can set or get messages in one of 3 formats: Key Value (KV), Array, or HTTP. KV is described in the spec (4.1.1 of the 2.0 spec), HTTP is urlencoded key value pairs, as you would see them in a query string or an HTTP POST body.
Located in /OpenID/Message.php (line 38)
Adds an extension to an OpenID_Message object.
Optionally instanciates this object with the contents of an OpenID message.
Gets the value of any key in this message.
Gets the current message in HTTP (url encoded) format
Gets the message in one of three formats:
OpenID_Message::FORMAT_ARRAY (default) OpenID_Message::FORMAT_KV (KV pairs, OpenID response format) OpenID_Message::FORMAT_HTTP (url encoded pairs, for use in a query string)
Sets a message key value.
Sets message contents. Wipes out any existing message contents. Default source format is Array, but you can also use KV and HTTP formats.
Documentation generated on Tue, 15 Dec 2009 19:00:55 -0800 by phpDocumentor 1.4.3