ILIAS  release_8 Revision v8.23
ilWebDAVMountInstructionsRepository.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 {
24 
25  public function getNextMountInstructionsDocumentId(): int;
26 
27  public function getHighestSortingNumber(): int;
28 
30 
31  public function getMountInstructionsByLanguage(string $language): ilWebDAVMountInstructionsDocument;
32 
33  public function getAllMountInstructions(): array;
34 
35  public function doMountInstructionsExistByLanguage(string $language): int;
36 
37  public function updateMountInstructions(ilWebDAVMountInstructionsDocument $document): void;
38 
39  public function updateSortingValueById(int $id, int $a_new_sorting_value): void;
40 
41  public function deleteMountInstructionsById(int $id): void;
42 }
createMountInstructionsDocumentEntry(ilWebDAVMountInstructionsDocument $document)
updateMountInstructions(ilWebDAVMountInstructionsDocument $document)
getMountInstructionsByLanguage(string $language)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
doMountInstructionsExistByLanguage(string $language)
updateSortingValueById(int $id, int $a_new_sorting_value)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...