ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilWebDAVRequestHandler. More...
Public Member Functions | |
handleRequest () | |
For the case there might be more to handle as just running the server. More... | |
Static Public Member Functions | |
static | getInstance () |
Protected Member Functions | |
runWebDAVServer () | |
Creates and runs SabreDAV Server. More... | |
setPlugins ($server) | |
Set server plugins. More... | |
getRootDir () | |
Return the first object to mount on WebDAV. More... | |
Static Private Attributes | |
static | $instance |
Class ilWebDAVRequestHandler.
This class handles the WebDAV requests on webdav.php. It sets up the sabreDAV server with its necessary plugins.
Definition at line 33 of file class.ilWebDAVRequestHandler.php.
|
static |
Definition at line 37 of file class.ilWebDAVRequestHandler.php.
|
protected |
Return the first object to mount on WebDAV.
Definition at line 95 of file class.ilWebDAVRequestHandler.php.
References $DIC.
Referenced by runWebDAVServer().
ilWebDAVRequestHandler::handleRequest | ( | ) |
For the case there might be more to handle as just running the server.
So we won't make any breaking changes
Definition at line 47 of file class.ilWebDAVRequestHandler.php.
References runWebDAVServer().
|
protected |
Creates and runs SabreDAV Server.
Definition at line 57 of file class.ilWebDAVRequestHandler.php.
References $server, getRootDir(), and setPlugins().
Referenced by handleRequest().
|
protected |
Set server plugins.
Definition at line 68 of file class.ilWebDAVRequestHandler.php.
Referenced by runWebDAVServer().
|
staticprivate |
Definition at line 35 of file class.ilWebDAVRequestHandler.php.