PHP Class Horde_Rpc_Webdav, horde

Author: Ben Klang ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Rpc
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_requireAuthorization boolean Do we need an authenticated user?
$_server Sabre\DAV\Server The server instance.

Public Methods

Method Description
__construct ( Horde_Controller_Request_Http $request, array $params = [] ) Constructor.
getInput ( ) Implemented in Sabre\DAV\Server.
getResponse ( $request ) : string Sends an RPC request to the server and returns the result.
sendOutput ( $output ) Implemented in Sabre\DAV\Server.

Method Details

__construct() public method

Constructor.
public __construct ( Horde_Controller_Request_Http $request, array $params = [] )
$request Horde_Controller_Request_Http The request object.
$params array A hash containing any additional configuration or connection parameters.

getInput() public method

Implemented in Sabre\DAV\Server.
public getInput ( )

getResponse() public method

Sends an RPC request to the server and returns the result.
public getResponse ( $request ) : string
return string The XML encoded response from the server.

sendOutput() public method

Implemented in Sabre\DAV\Server.
public sendOutput ( $output )

Property Details

$_requireAuthorization protected_oe property

Do we need an authenticated user?
protected bool $_requireAuthorization
return boolean

$_server protected_oe property

The server instance.
protected Sabre\DAV\Server $_server
return Sabre\DAV\Server