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

Interface for an object representing an XML-RPC request. More...

+ Inheritance diagram for fpoirotte\XRL\RequestInterface:

Public Member Functions

 getParams ()
 
 getProcedure ()
 

Detailed Description

Interface for an object representing an XML-RPC request.

Authors
François Poirotte click.nosp@m.y@er.nosp@m.ebot..nosp@m.net

Definition at line 21 of file RequestInterface.php.

Member Function Documentation

fpoirotte\XRL\RequestInterface::getParams ( )

Return the parameters that will be passed to that request's procedure.

Return values
arrayParameters for the XML-RPC procedure, using native PHP types.

Implemented in fpoirotte\XRL\Request.

fpoirotte\XRL\RequestInterface::getProcedure ( )

Return the name of the procedure this request refers to.

Return values
stringName of the XML-RPC procedure this request refers to.

Implemented in fpoirotte\XRL\Request.


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