19declare(strict_types=1);
21use Psr\Http\Message\UriInterface;
22use Sabre\DAV\Browser\Plugin;
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);
The only purpose for this class is to redirect a browsers WebDAV-Request to the mount-instructions pa...
string $mount_instruction_path
generateDirectoryIndex($path)
__construct(protected ilCtrlInterface $ctrl, UriInterface $uri)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc