[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/XmlRpc/Client/ -> ServerProxy.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 95 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_XmlRpc_Client_ServerProxy:: (3 methods):
  __construct()
  __get()
  __call()


Class: Zend_XmlRpc_Client_ServerProxy  - X-Ref

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

__construct($client, $namespace = '')   X-Ref
Class constructor

param: string             $namespace
param: Zend_XmlRpc_Client $client

__get($namespace)   X-Ref
Get the next successive namespace

param: string $name
return: Zend_XmlRpc_Client_ServerProxy

__call($method, $args)   X-Ref
Call a method in this namespace.

param: string $methodN
param: array $args
return: mixed



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1