|
XRL
3.1.1
Simple XML-RPC Library (both client and server)
|
Interface for an object representing an XML-RPC request. More...
Inheritance diagram for fpoirotte\XRL\RequestInterface:Public Member Functions | |
| getParams () | |
| getProcedure () | |
Interface for an object representing an XML-RPC request.
Definition at line 21 of file RequestInterface.php.
| fpoirotte\XRL\RequestInterface::getParams | ( | ) |
Return the parameters that will be passed to that request's procedure.
| array | Parameters 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.
| string | Name of the XML-RPC procedure this request refers to. |
Implemented in fpoirotte\XRL\Request.