19 declare(strict_types=1);
    27         protected string $language
    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(protected ilWebDAVMountInstructionsRepository $repo, protected ilWebDAVUriBuilder $uri_builder, protected ilSetting $settings, protected string $language)
 
getMountInstructionsAsArray(array $mount_instructions=[])
 
fillPlaceholdersForMountInstructions(array $mount_instructions)