◆ __construct()
| ILIAS\WebDAV\Environment::__construct |
( |
private Config |
$config, |
|
|
private UriBuilder |
$uri_builder |
|
) |
| |
◆ getUriToMountInstructionModalByRef()
| ILIAS\WebDAV\Environment::getUriToMountInstructionModalByRef |
( |
int |
$ref_id | ) |
|
Definition at line 41 of file Environment.php.
41 : string
42 {
43 return $this->uri_builder->getUriToMountInstructionModalByRef(
$ref_id);
44 }
References $ref_id.
◆ isActive()
| ILIAS\WebDAV\Environment::isActive |
( |
| ) |
|
Definition at line 36 of file Environment.php.
36 : bool
37 {
38 return $this->config->isActive();
39 }
The documentation for this class was generated from the following file: