ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
createMountInstructionsDocumentEntry (ilWebDAVMountInstructionsDocument $document) | |
getNextMountInstructionsDocumentId () | |
getHighestSortingNumber () | |
getMountInstructionsDocumentById (int $id) | |
getMountInstructionsByLanguage (string $language) | |
getAllMountInstructions () | |
doMountInstructionsExistByLanguage (string $language) | |
updateMountInstructions (ilWebDAVMountInstructionsDocument $document) | |
updateSortingValueById (int $id, int $a_new_sorting_value) | |
deleteMountInstructionsById (int $id) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 of file ilWebDAVMountInstructionsRepository.php.
ilWebDAVMountInstructionsRepository::createMountInstructionsDocumentEntry | ( | ilWebDAVMountInstructionsDocument | $document | ) |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::deleteMountInstructionsById | ( | int | $id | ) |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::doMountInstructionsExistByLanguage | ( | string | $language | ) |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::getAllMountInstructions | ( | ) |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::getHighestSortingNumber | ( | ) |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::getMountInstructionsByLanguage | ( | string | $language | ) |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::getMountInstructionsDocumentById | ( | int | $id | ) |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::getNextMountInstructionsDocumentId | ( | ) |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::updateMountInstructions | ( | ilWebDAVMountInstructionsDocument | $document | ) |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::updateSortingValueById | ( | int | $id, |
int | $a_new_sorting_value | ||
) |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.