|
| __construct () |
| Constructor.
|
|
| getRawRequest () |
| Retrieve the raw XML request.
|
|
| getHeaders () |
| Get headers.
|
|
| getFullRequest () |
| Retrieve the full HTTP request, including headers and XML.
|
|
| __construct ($method=null, $params=null) |
| Create a new XML-RPC request.
|
|
| setEncoding ($encoding) |
| Set encoding to use in request.
|
|
| getEncoding () |
| Retrieve current request encoding.
|
|
| setMethod ($method) |
| Set method to call.
|
|
| getMethod () |
| Retrieve call method.
|
|
| addParam ($value, $type=null) |
| Add a parameter to the parameter stack.
|
|
| setParams () |
| Set the parameters array.
|
|
| getParams () |
| Retrieve the array of parameters.
|
|
| getTypes () |
| Return parameter types.
|
|
| loadXml ($request) |
| Load XML and parse into request components.
|
|
| isFault () |
| Does the current request contain errors and should it return a fault response?
|
|
| getFault () |
| Retrieve the fault response, if any.
|
|
| saveXml () |
| Create XML request.
|
|
| __toString () |
| Return XML request.
|
|