PHP Класс Habari\XMLRPCServer

Наследование: extends ActionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

act_xmlrpc_call() публичный Метод

Handle all incoming XMLRPC requests.
public act_xmlrpc_call ( )

system_listMethods() публичный Метод

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.
Результат array An array of supported XML-RPC methods.