3 declare(strict_types=1);
34 $this->mount_instruction_path = $uri->getScheme() .
'://';
35 $this->mount_instruction_path .= $uri->getHost();
36 $this->mount_instruction_path .= $uri->getPath();
37 $this->mount_instruction_path .=
"?mount-instructions";
47 $this->
ctrl->redirectToURL($this->mount_instruction_path);
The only purpose for this class is to redirect a browsers WebDAV-Request to the mount-instructions pa...
generateDirectoryIndex($path)
__construct(ilCtrlInterface $ctrl, UriInterface $uri)
__construct(Container $dic, ilPlugin $plugin)
string $mount_instruction_path