API Documentation

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

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_ServerProxy

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
$_client
$_namespace
$_cache
Methods
__construct
__get
__call

Description

The namespace decorator enables object chaining to permit calling XML-RPC namespaced functions like "foo.bar.baz()" as "$remote->foo->bar->baz()".

Properties

$_cache

array $_cache = 'array'

Details

$_cache
array
of Zend_XmlRpc_Client_ServerProxy
visibility
private
default
array
final
false
static
false

$_client

Zend_XmlRpc_Client $_client = 'null'

Details

$_client
Zend_XmlRpc_Client
visibility
private
default
null
final
false
static
false

$_namespace

string $_namespace = ''

Details

$_namespace
string
visibility
private
default
final
false
static
false

Methods

__call

__call(  $method, array $args ) : mixed

Call a method in this namespace.

Arguments
$method
$args
array
Output
mixed
Details
visibility
public
final
false
static
false

__construct

__construct( Zend_XmlRpc_Client $client, string $namespace ) :

Class constructor

Arguments
$client
Zend_XmlRpc_Client
$namespace
string
Details
visibility
public
final
false
static
false

__get

__get(  $namespace ) : Zend_XmlRpc_Client_ServerProxy

Get the next successive namespace

Arguments
$namespace
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.