19 declare(strict_types=1);
46 foreach ($mount_instructions as $title => $mount_instruction) {
47 $mount_instruction = str_replace(
"[WEBFOLDER_ID]", (
string) $this->ref_id, $mount_instruction);
48 $mount_instruction = str_replace(
"[WEBFOLDER_TITLE]", $this->obj_title, $mount_instruction);
49 $mount_instruction = str_replace(
51 $this->uri_builder->getWebDavDefaultUri($this->ref_id),
54 $mount_instruction = str_replace(
55 "[WEBFOLDER_URI_KONQUEROR]",
56 $this->uri_builder->getWebDavKonquerorUri($this->ref_id),
59 $mount_instruction = str_replace(
60 "[WEBFOLDER_URI_NAUTILUS]",
61 $this->uri_builder->getWebDavNautilusUri($this->ref_id),
64 $mount_instruction = str_replace(
"[ADMIN_MAIL]", $this->
settings->get(
"admin_email"), $mount_instruction);
66 $mount_instructions[$title] = $mount_instruction;
70 return $mount_instructions;
fillPlaceholdersForMountInstructions(array $mount_instructions)
__construct(ilWebDAVMountInstructionsRepository $a_repo, ilWebDAVUriBuilder $a_uri_builder, ilSetting $a_settings, string $language, protected int $ref_id)
static _lookupTitle(int $obj_id)
static _lookupObjectId(int $ref_id)
__construct(Container $dic, ilPlugin $plugin)