ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilWebDAVMountInstructionsRepository.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
24
26
27 public function getHighestSortingNumber(): int;
28
30
32
33 public function getAllMountInstructions(): array;
34
35 public function doMountInstructionsExistByLanguage(string $language): int;
36
38
39 public function updateSortingValueById(int $id, int $a_new_sorting_value): void;
40
41 public function deleteMountInstructionsById(int $id): void;
42}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
getMountInstructionsByLanguage(string $language)
updateSortingValueById(int $id, int $a_new_sorting_value)
createMountInstructionsDocumentEntry(ilWebDAVMountInstructionsDocument $document)
updateMountInstructions(ilWebDAVMountInstructionsDocument $document)
doMountInstructionsExistByLanguage(string $language)