41 $this->ref_id = $a_ref_id;
50 foreach ($mount_instructions as $title => $mount_instruction) {
51 $mount_instruction = str_replace(
"[WEBFOLDER_ID]", $this->ref_id, $mount_instruction);
52 $mount_instruction = str_replace(
"[WEBFOLDER_TITLE]", $this->obj_title, $mount_instruction);
53 $mount_instruction = str_replace(
"[WEBFOLDER_URI]", $this->uri_builder->getWebDavDefaultUri($this->ref_id), $mount_instruction);
54 $mount_instruction = str_replace(
"[WEBFOLDER_URI_KONQUEROR]", $this->uri_builder->getWebDavKonquerorUri($this->ref_id), $mount_instruction);
55 $mount_instruction = str_replace(
"[WEBFOLDER_URI_NAUTILUS]", $this->uri_builder->getWebDavNautilusUri($this->ref_id), $mount_instruction);
56 $mount_instruction = str_replace(
"[ADMIN_MAIL]", $this->
settings->get(
"admin_email"), $mount_instruction);
58 $mount_instructions[$title] = $mount_instruction;
62 return $mount_instructions;
fillPlaceholdersForMountInstructions(array $mount_instructions)
Class ilWebDAVMountInstructions.
static _lookupTitle($a_id)
lookup object title
__construct(ilWebDAVMountInstructionsRepository $a_repo, ilWebDAVUriBuilder $a_uri_builder, ilSetting $a_settings, String $language, int $a_ref_id)
static _lookupObjectId($a_ref_id)
lookup object id
Interface ilWebDAVMountInstructionsRepository.
__construct(Container $dic, ilPlugin $plugin)