This class represents. More...
Public Member Functions | |
| __construct ($xml) | |
| Construct a new XML RPC Call. | |
| getMethodName () | |
| Return the method name associated with the call. | |
| getParameters () | |
| Return the parameters. | |
This class represents.
Definition at line 21 of file xml-rpc.php.
| XMLRPCCall::__construct | ( | $ | xml | ) |
| XMLRPCCall::getMethodName | ( | ) |
Return the method name associated with the call.
Definition at line 43 of file xml-rpc.php.
| XMLRPCCall::getParameters | ( | ) |
Return the parameters.
Returns a nested array of XmlElement.
Definition at line 52 of file xml-rpc.php.
1.6.3