19declare(strict_types=1);
31 protected string $language
37 if ($mount_instructions === []) {
38 $document = $this->repo->getMountInstructionsByLanguage($this->
language);
39 $processed = $document->getProcessedInstructions();
40 $mount_instructions = json_decode($processed,
true);
fillPlaceholdersForMountInstructions(array $mount_instructions)
__construct(protected Repository $repo, protected UriBuilder $uri_builder, protected ilSetting $settings, protected string $language)
getMountInstructionsAsArray(array $mount_instructions=[])