25 $this->repo = $a_repo;
26 $this->uri_builder = $a_uri_builder;
33 if (count($mount_instructions) == 0) {
34 $document = $this->repo->getMountInstructionsByLanguage($this->
language);
35 $processed = $document->getProcessedInstructions();
36 $mount_instructions = json_decode($processed,
true);
__construct(ilWebDAVMountInstructionsRepository $a_repo, ilWebDAVUriBuilder $a_uri_builder, ilSetting $a_settings, string $language)
getMountInstructionsAsArray(array $mount_instructions=[])
Interface ilWebDAVMountInstructionsRepository.
fillPlaceholdersForMountInstructions(array $mount_instructions)