ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
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) | |
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.