ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilWebDAVObjectlessMountInstructions.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)