IXR_ClassServer
Extension of the {@link IXR_Server} class to easily wrap objects.
Class is designed to extend the existing XML-RPC server to allow the presentation of methods from a variety of different objects via an XML-RPC server. It is intended to assist in organization of your XML-RPC methods by allowing you to "write once" in your existing model classes and present them.
- Full name:
\IXR_ClassServer
- Parent class:
\IXR_Server
Properties
_objects
_delim
Methods
__construct
Parameters:
Parameter | Type | Description |
---|---|---|
$delim |
mixed | |
$wait |
mixed |
addMethod
Parameters:
Parameter | Type | Description |
---|---|---|
$rpcName |
mixed | |
$functionName |
mixed |
registerObject
Parameters:
Parameter | Type | Description |
---|---|---|
$object |
mixed | |
$methods |
mixed | |
$prefix |
mixed |
call
Parameters:
Parameter | Type | Description |
---|---|---|
$methodname |
mixed | |
$args |
mixed |
Inherited methods
__construct
Parameters:
Parameter | Type | Description |
---|---|---|
$callbacks |
mixed | |
$data |
mixed | |
$wait |
mixed |
serve
Parameters:
Parameter | Type | Description |
---|---|---|
$data |
mixed |
call
Parameters:
Parameter | Type | Description |
---|---|---|
$methodname |
mixed | |
$args |
mixed |
error
Parameters:
Parameter | Type | Description |
---|---|---|
$error |
mixed | |
$message |
mixed |
output
Parameters:
Parameter | Type | Description |
---|---|---|
$xml |
mixed |
hasMethod
Parameters:
Parameter | Type | Description |
---|---|---|
$method |
mixed |
setCapabilities
getCapabilities
Parameters:
Parameter | Type | Description |
---|---|---|
$args |
mixed |
setCallbacks
listMethods
Parameters:
Parameter | Type | Description |
---|---|---|
$args |
mixed |
multiCall
Parameters:
Parameter | Type | Description |
---|---|---|
$methodcalls |
mixed |
Automatically generated on 2025-03-18