ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilWebDAVMountInstructionsRepository.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
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)
doMountInstructionsExistByLanguage(string $language)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
updateSortingValueById(int $id, int $a_new_sorting_value)