Property | Type | Description | |
---|---|---|---|
$debug_msg | string | Debug Message | |
$methods | array | Array of methods mapped to function names and signatures | |
$object | object | Configuration object | |
$system_methods | array | XML RPC Server methods |
Method | Description | |
---|---|---|
__construct ( array $config = [] ) : void | Initialize XMLRPC class | |
add_to_map ( $methodname, $function, $sig, $doc ) : void | Add Method to Class | |
do_multicall ( $call ) : object | Multi-call Function: Processes method | |
initialize ( $config = [] ) : void | Initialize Prefs and Serve | |
listMethods ( $m ) : object | Server Function: List Methods | |
methodHelp ( $m ) : object | Server Function: Doc String for Method | |
methodSignature ( $m ) : object | Server Function: Return Signature for Method | |
multicall ( $m ) : object | Server Function: Multi-call | |
multicall_error ( $err ) : object | Multi-call Function: Error Handling | |
parseRequest ( $data = '' ) : object | Parse Server Request | |
serve ( ) : void | Main Server Function | |
set_system_methods ( ) : void | Setting of System Methods |
Method | Description | |
---|---|---|
_execute ( $m ) : mixed | Executes the Method |
public __construct ( array $config = [] ) : void | ||
$config | array | |
return | void |
public add_to_map ( $methodname, $function, $sig, $doc ) : void | ||
return | void |
public do_multicall ( $call ) : object | ||
return | object |
public initialize ( $config = [] ) : void | ||
return | void |
public listMethods ( $m ) : object | ||
return | object |
public methodHelp ( $m ) : object | ||
return | object |
public methodSignature ( $m ) : object | ||
return | object |
public multicall_error ( $err ) : object | ||
return | object |
public parseRequest ( $data = '' ) : object | ||
return | object | xmlrpc response |
public set_system_methods ( ) : void | ||
return | void |
public array $methods | ||
return | array |