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 
31  public function generateDirectoryIndex($path)
32  {
33  $this->ctrl->redirectToURL("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]?mount-instructions");
34  }
35 }
$path
Definition: aliased.php:25
This class provides processing control methods.
Class ilWebDAVSabreBrowserPlugin.
Browser Plugin.
Definition: Plugin.php:24
generateDirectoryIndex($path)
Override the original generateDirectoryIndex method.
__construct(ilCtrl $ilCtrl)
Override the original contructor.