ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilWebDAVObjectlessMountInstructions.php
Go to the documentation of this file.
1<?php
2
19declare(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}
ILIAS Setting Class.
__construct(ilWebDAVMountInstructionsRepository $a_repo, ilWebDAVUriBuilder $a_uri_builder, ilSetting $a_settings, string $language)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc