3 declare(strict_types=1);
40 $this->ref_id = $a_ref_id;
49 foreach ($mount_instructions as $title => $mount_instruction) {
50 $mount_instruction = str_replace(
"[WEBFOLDER_ID]", (
string) $this->ref_id, $mount_instruction);
51 $mount_instruction = str_replace(
"[WEBFOLDER_TITLE]", $this->obj_title, $mount_instruction);
52 $mount_instruction = str_replace(
"[WEBFOLDER_URI]", $this->uri_builder->getWebDavDefaultUri($this->ref_id), $mount_instruction);
53 $mount_instruction = str_replace(
"[WEBFOLDER_URI_KONQUEROR]", $this->uri_builder->getWebDavKonquerorUri($this->ref_id), $mount_instruction);
54 $mount_instruction = str_replace(
"[WEBFOLDER_URI_NAUTILUS]", $this->uri_builder->getWebDavNautilusUri($this->ref_id), $mount_instruction);
55 $mount_instruction = str_replace(
"[ADMIN_MAIL]", $this->
settings->get(
"admin_email"), $mount_instruction);
57 $mount_instructions[$title] = $mount_instruction;
61 return $mount_instructions;
fillPlaceholdersForMountInstructions(array $mount_instructions)
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...
__construct(ilWebDAVMountInstructionsRepository $a_repo, ilWebDAVUriBuilder $a_uri_builder, ilSetting $a_settings, String $language, int $a_ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupTitle(int $obj_id)
static _lookupObjectId(int $ref_id)
__construct(Container $dic, ilPlugin $plugin)