XRL  latest
Simple XML-RPC Library (both client and server)
fpoirotte\XRL\ResponseInterface Interface Reference

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 ()
 

Detailed Description

Interface for the response to an XML-RPC request, as produced by an XML-RPC server.

Note
This interface is never used by XML-RPC clients.
Authors
François Poirotte click.nosp@m.y@er.nosp@m.ebot..nosp@m.net

Definition at line 25 of file ResponseInterface.php.

Member Function Documentation

fpoirotte\XRL\ResponseInterface::__toString ( )

Return the XML-RPC response this object represents, as serialized XML.

Return values
stringThis 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.

Warning
This method never returns.

Implemented in fpoirotte\XRL\Response.


The documentation for this interface was generated from the following file: