XmlRpc/Client/ServerIntrospection.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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_XmlRpc  
Subpackage
Client  
Version
$Id$  

\Zend_XmlRpc_Client_ServerIntrospection

Package: Zend_XmlRpc\Client
Wraps the XML-RPC system.* introspection methods
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprivate\Zend_XmlRpc_Client_ServerProxy $_system = null
Default valuenullDetails
Type
\Zend_XmlRpc_Client_ServerProxy

Methods

methodpublic__construct(\Zend_XmlRpc_Client $client) : void

Parameters
NameTypeDescription
$client\Zend_XmlRpc_Client
methodpublicgetMethodSignature(array $method) : array

Call system.methodSignature() for the given method

Parameters
NameTypeDescription
$methodarray
Returns
TypeDescription
arrayarray(array(return, param, param, param...))
methodpublicgetSignatureForEachMethod() : array

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

Returns
TypeDescription
array
methodpublicgetSignatureForEachMethodByLooping(array $methods = null) : array

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

Parameters
NameTypeDescription
$methodsarray
Returns
TypeDescription
array
methodpublicgetSignatureForEachMethodByMulticall(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.
Parameters
NameTypeDescription
$methodsarray
Returns
TypeDescription
arrayarray(array(return, param, param, param...))
methodpubliclistMethods() : array

Call system.listMethods()

Returns
TypeDescription
arrayarray(method, method, method...)
Documentation was generated by phpDocumentor 2.2.0 .