PHP 클래스 Habari\XMLRPCServer

상속: extends ActionHandler
파일 보기 프로젝트 열기: habari/system

공개 메소드들

메소드 설명
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.