◆ __construct()
◆ getMountInstructionsObject()
ilWebDAVMountInstructionsFactory::getMountInstructionsObject |
( |
| ) |
|
Definition at line 43 of file class.ilWebDAVMountInstructionsFactory.php.
References ILIAS\Repository\int(), and ILIAS\Repository\user().
46 $uri = $this->request->getUri()->getPath();
48 $splitted_uri = explode(
'/', $uri);
51 while (array_shift($splitted_uri) !=
'webdav.php' && count($splitted_uri) > 0);
53 $path_value = $splitted_uri[1];
55 if (strlen($path_value) == 2) {
64 if (substr($path_value, 0, 4) ==
'ref_') {
69 $this->
user->getLanguage(),
70 (
int) substr($path_value, 4)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ $repo
◆ $request
RequestInterface ilWebDAVMountInstructionsFactory::$request |
|
private |
◆ $user
ilObjUser ilWebDAVMountInstructionsFactory::$user |
|
private |
The documentation for this class was generated from the following file: