ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilWebDAVSabreBrowserPlugin.php
Go to the documentation of this file.
1<?php
2
9{
11 protected $ilCtrl;
12
18 public function __construct(ilCtrl $ilCtrl)
19 {
20 $this->ctrl = $ilCtrl;
21 parent::__construct(false);
22 }
23
32 {
33 $this->ctrl->redirectToURL("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]?mount-instructions");
34 }
35}
$path
Definition: aliased.php:25
An exception for terminatinating execution or to throw for unit testing.
Browser Plugin.
Definition: Plugin.php:24
This class provides processing control methods.
Class ilWebDAVSabreBrowserPlugin.
__construct(ilCtrl $ilCtrl)
Override the original contructor.
generateDirectoryIndex($path)
Override the original generateDirectoryIndex method.