Overview

Packages

  • None
  • Rpc

Classes

  • Horde_Rpc_Jsonrpc
  • Horde_Rpc_Soap_Caller
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Rpc_Soap_Caller

Located at Horde/Rpc/Soap.php
Methods summary
public
# __construct( mixed $params = array() )
public mixed
# __call( string $method, array $params )

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

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

Parameters

$method
The name of the method called by the RPC request.
$params
The passed parameters.

Returns

mixed
The result of the called registry method.
API documentation generated by ApiGen