ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilWebDAVObjectlessMountInstructions.php
Go to the documentation of this file.
1<?php
2
3
5{
6 public function __construct(
8 ilWebDAVUriBuilder $a_uri_builder,
9 ilSetting $a_settings,
10 String $language
11 ) {
12 parent::__construct($a_repo, $a_uri_builder, $a_settings, $language);
13 }
14
15 protected function fillPlaceholdersForMountInstructions(array $mount_instructions) : array
16 {
17 return $mount_instructions;
18 }
19}
An exception for terminatinating execution or to throw for unit testing.
ILIAS Setting Class.
__construct(ilWebDAVMountInstructionsRepository $a_repo, ilWebDAVUriBuilder $a_uri_builder, ilSetting $a_settings, String $language)
Interface ilWebDAVMountInstructionsRepository.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc