PHP Class Horde_Rpc_Webdav, horde

Author: Ben Klang ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Rpc
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_requireAuthorization boolean Do we need an authenticated user?
$_server Sabre\DAV\Server The server instance.

Méthodes publiques

Méthode 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 méthode

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 méthode

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

getResponse() public méthode

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

sendOutput() public méthode

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

Property Details

$_requireAuthorization protected_oe property

Do we need an authenticated user?
protected bool $_requireAuthorization
Résultat boolean

$_server protected_oe property

The server instance.
protected Sabre\DAV\Server $_server
Résultat Sabre\DAV\Server