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