ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilWebDAVObjectlessMountInstructions.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
23  public function __construct(
25  ilWebDAVUriBuilder $a_uri_builder,
26  ilSetting $a_settings,
27  string $language
28  ) {
29  parent::__construct($a_repo, $a_uri_builder, $a_settings, $language);
30  }
31 
32  protected function fillPlaceholdersForMountInstructions(array $mount_instructions): array
33  {
34  return $mount_instructions;
35  }
36 }
__construct(ilWebDAVMountInstructionsRepository $a_repo, ilWebDAVUriBuilder $a_uri_builder, ilSetting $a_settings, string $language)
__construct(VocabulariesInterface $vocabularies)