Zend Framework
1.12
|
Public Member Functions | |
__construct ($client, $namespace= '') | |
Class constructor. | |
__get ($namespace) | |
Get the next successive namespace. | |
__call ($method, $args) | |
Call a method in this namespace. | |
__construct | ( | $client, | |
$namespace = '' |
|||
) |
Class constructor.
string | $namespace | |
Zend_XmlRpc_Client | $client |
__call | ( | $method, | |
$args | |||
) |
Call a method in this namespace.
string | $methodN | |
array | $args |
__get | ( | $namespace | ) |