ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilWebDAVSabreBrowserPlugin. More...
Public Member Functions | |
__construct (ilCtrl $ilCtrl) | |
Override the original contructor. More... | |
generateDirectoryIndex ($path) | |
Override the original generateDirectoryIndex method. More... | |
Protected Attributes | |
$ilCtrl | |
Class ilWebDAVSabreBrowserPlugin.
The only purpose for this class is to redirect a browsers WebDAV-Request to the mount-instructions page
Definition at line 8 of file class.ilWebDAVSabreBrowserPlugin.php.
ilWebDAVSabreBrowserPlugin::__construct | ( | ilCtrl | $ilCtrl | ) |
Override the original contructor.
ilCtrl is needed to redirect to the mount-instructions page.
ilCtrl | $ilCtrl |
Definition at line 18 of file class.ilWebDAVSabreBrowserPlugin.php.
References $ilCtrl, and ILIAS\GlobalScreen\Provider\__construct().
ilWebDAVSabreBrowserPlugin::generateDirectoryIndex | ( | $path | ) |
Override the original generateDirectoryIndex method.
Instead of creating the HTML-Code for a WebDAV site, redirect to the mount-instrunctions page. The ILIAS WebDAV Service is made to communicate with file managers. Browsers shall use the regular way to interact with ILIAS
string | $path |
Definition at line 31 of file class.ilWebDAVSabreBrowserPlugin.php.
|
protected |
Definition at line 11 of file class.ilWebDAVSabreBrowserPlugin.php.
Referenced by __construct().