API Documentation

XmlRpc/Client/ServerIntrospection.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
Client
version
$Id: ServerIntrospection.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_XmlRpc_Client_ServerIntrospection

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_Client_ServerIntrospection

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
Client
Properties
$_system
Methods
__construct
getSignatureForEachMethod
getSignatureForEachMethodByMulticall
getSignatureForEachMethodByLooping
getMethodSignature
listMethods

Description

Wraps the XML-RPC system.* introspection methods

Properties

$_system

Zend_XmlRpc_Client_ServerProxy $_system = 'null'

Details

$_system
Zend_XmlRpc_Client_ServerProxy
visibility
private
default
null
final
false
static
false

Methods

__construct

__construct( Zend_XmlRpc_Client $client ) :

Arguments
$client
Zend_XmlRpc_Client
Details
visibility
public
final
false
static
false

getMethodSignature

getMethodSignature( array $method ) : array

Call system.methodSignature() for the given method

Arguments
$method
array
Output
array
array(array(return, param, param, param...))
Details
visibility
public
final
false
static
false

getSignatureForEachMethod

getSignatureForEachMethod( ) : array

Returns the signature for each method on the server, autodetecting whether system.multicall() is supported and using it if so.

Output
array
Details
visibility
public
final
false
static
false

getSignatureForEachMethodByLooping

getSignatureForEachMethodByLooping( array $methods = null ) : array

Get the method signatures for every method by successively calling system.methodSignature

Arguments
$methods
array
Output
array
Details
visibility
public
final
false
static
false

getSignatureForEachMethodByMulticall

getSignatureForEachMethodByMulticall( array $methods = null ) : array

Attempt to get the method signatures in one request via system.multicall().

This is a boxcar feature of XML-RPC and is found on fewer servers. However, can significantly improve performance if present.

Arguments
$methods
array
Output
array
array(array(return, param, param, param...))
Details
visibility
public
final
false
static
false

listMethods

listMethods( ) : array

Call system.listMethods()

Output
array
array(method, method, method...)
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.