\Horde_Rpc_Soap_Caller

Summary

Methods
Properties
Constants
__construct()
__call()
No public properties found
No constants found
No protected methods found
$_allowedMethods
N/A
No private methods found
No private properties found
N/A

Properties

$_allowedMethods

$_allowedMethods : array

List of method names to allow.

Type

array

Methods

__construct()

__construct(  $params = array()) 

Parameters

$params

__call()

__call(string  $method, array  $params) : mixed

Will be registered as the handler for all methods called in the SOAP server and will call the appropriate function through the registry.

Parameters

string $method

The name of the method called by the RPC request.

array $params

The passed parameters.

Returns

mixed —

The result of the called registry method.