API Documentation

XmlRpc/Server/System.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_XmlRpc
subpackage
Server
version
$Id: System.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_XmlRpc_Server_System

Description

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.

Zend_XmlRpc_Server_System

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_XmlRpc
subpackage
Server
Properties
$_server
Methods
__construct
listMethods
methodHelp
methodSignature
multicall

Description

XML-RPC system.* methods

Properties

$_server

Zend_XmlRpc_Server $_server = ''

Details

$_server
Zend_XmlRpc_Server
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( Zend_XmlRpc_Server $server ) : void

Constructor

Arguments
$server
Zend_XmlRpc_Server
Details
visibility
public
final
false
static
false

listMethods

listMethods( ) : array

List all available XMLRPC methods

Returns an array of methods.

Output
array
Details
visibility
public
final
false
static
false

methodHelp

methodHelp( string $method ) : string

Display help message for an XMLRPC method

Arguments
$method
string
Output
string
Details
visibility
public
final
false
static
false

methodSignature

methodSignature( string $method ) : array

Return a method signature

Arguments
$method
string
Output
array
Details
visibility
public
final
false
static
false

multicall

multicall( 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.

Arguments
$methods
array
Output
array
Details
visibility
public
final
false
static
false
see
http://www.xmlrpc.com/discuss/msgReader$1208
Documentation was generated by DocBlox.