Class Horde_Rpc_Phpgw
The Horde_Rpc_Phpgw class provides an XMLRPC implementation of the Horde RPC system compatible with phpgw. It is based on the xmlrpc.php implementation by Jan Schneider.
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Rpc
- Horde_Rpc_Phpgw
Package: Rpc
Category: Horde
Author: Michael Braun mi.braun@onlinehome.de
Located at Horde/Rpc/Phpgw.php
Category: Horde
Author: Michael Braun mi.braun@onlinehome.de
Located at Horde/Rpc/Phpgw.php
public
|
#
__construct( Horde_Controller_Request_Http $request, array $params = array() )
XMLRPC server constructor. |
public
boolean
|
|
public
string
|
|
public
mixed
|
#
_dispatcher( string $method, array $params, mixed $data )
Will be registered as the handler for all available methods and will call the appropriate function through the registry. |
public static
mixed
|
factory(),
getInput(),
getResponseContentType(),
sendOutput()
|
public
resource
|
$_server
Resource handler for the XML-RPC server. |
$_params,
$_requestMissingAuthorization,
$_requireAuthorization
|