XmlRpc/Server/System.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_XmlRpc  
Subpackage
Server  
Version
$Id: System.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_XmlRpc_Server_System

Package: Zend\XmlRpc\Server
XML-RPC system.* methods
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected\Zend_XmlRpc_Server $_server

Methods

methodpublic__construct(\Zend_XmlRpc_Server $server) : void

Constructor

Parameters
NameTypeDescription
$server\Zend_XmlRpc_Server
methodpubliclistMethods() : array

List all available XMLRPC methods

Returns an array of methods.

Returns
TypeDescription
array
methodpublicmethodHelp(string $method) : string

Display help message for an XMLRPC method

Parameters
NameTypeDescription
$methodstring
Returns
TypeDescription
string
methodpublicmethodSignature(string $method) : array

Return a method signature

Parameters
NameTypeDescription
$methodstring
Returns
TypeDescription
array
methodpublicmulticall(array $methods) : array

Multicall - boxcar feature of XML-RPC for calling multiple methods in a single request.

Expects a an array of structs representing method calls, each element having the keys: - methodName - params

Returns an array of responses, one for each method called, with the value returned by the method. If an error occurs for a given method, returns a struct with a fault response.

Parameters
NameTypeDescription
$methodsarray
Returns
TypeDescription
array
Details
See
\http://www.xmlrpc.com/discuss/msgReader$1208  
Documentation was generated by phpDocumentor 2.0.0a12.