PHP Class Habari\XMLRPCServer

Inheritance: extends ActionHandler
Show file Open project: habari/system

Public Methods

Method Description
act_xmlrpc_call ( ) Handle all incoming XMLRPC requests.
system_listMethods ( mixed $returnvalue, mixed $params ) : array A plugin sink to return a list of XML-RPC methods on a call to system.listMethods Allows plugins to add their own methods to the list.

Method Details

act_xmlrpc_call() public method

Handle all incoming XMLRPC requests.
public act_xmlrpc_call ( )

system_listMethods() public method

A plugin sink to return a list of XML-RPC methods on a call to system.listMethods Allows plugins to add their own methods to the list.
public system_listMethods ( mixed $returnvalue, mixed $params ) : array
$returnvalue mixed The value that will be returned to the remote caller.
$params mixed The parameters that were called with the remote call.
return array An array of supported XML-RPC methods.