3 declare(strict_types=1);
42 if (count($mount_instructions) == 0) {
43 $document = $this->repo->getMountInstructionsByLanguage($this->
language);
44 $processed = $document->getProcessedInstructions();
45 $mount_instructions = json_decode($processed,
true);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilWebDAVMountInstructionsRepository $repo
getMountInstructionsAsArray(array $mount_instructions=[])
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilWebDAVMountInstructionsRepository $repo, ilWebDAVUriBuilder $uri_builder, ilSetting $settings, string $language)
ilWebDAVUriBuilder $uri_builder
fillPlaceholdersForMountInstructions(array $mount_instructions)