|
XRL
latest
Simple XML-RPC Library (both client and server)
|
Interface for the response to an XML-RPC request, as produced by an XML-RPC server. More...
Inheritance diagram for fpoirotte\XRL\ResponseInterface:Public Member Functions | |
| __toString () | |
| publish () | |
Interface for the response to an XML-RPC request, as produced by an XML-RPC server.
Definition at line 25 of file ResponseInterface.php.
| fpoirotte\XRL\ResponseInterface::__toString | ( | ) |
Return the XML-RPC response this object represents, as serialized XML.
| string | This XML-RPC response, as serialized XML. |
Implemented in fpoirotte\XRL\Response.
| fpoirotte\XRL\ResponseInterface::publish | ( | ) |
Publish this XML-RPC response to a browser.
This method sets the proper HTTP headers and then sends the XML-RPC response to a browser.
Implemented in fpoirotte\XRL\Response.