ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Interface ilWebDAVMountInstructionsRepository. More...
Public Member Functions | |
createMountInstructionsDocumentEntry (ilWebDAVMountInstructionsDocument $document) | |
Create new database entry for given mount instructions document. More... | |
getNextMountInstructionsDocumentId () | |
Return next free ID for mount instructions document. More... | |
getHighestSortingNumber () | |
Get currently highest sorting number for mount instructions document. More... | |
getMountInstructionsDocumentById (int $id) | |
Gets mount instructions document by id. More... | |
getMountInstructionsByLanguage (string $language) | |
Gets mount instructions document by language -> language is two letters like "en" for English etc. More... | |
getAllMountInstructions () | |
Returns an array with all existing mount instructions documents. More... | |
doMountInstructionsExistByLanguage (string $language) | |
Check if mount instructions for language exists. More... | |
updateMountInstructions (ilWebDAVMountInstructionsDocument $document) | |
Update existing mount instructions document. More... | |
updateSortingValueById (int $id, int $a_new_sorting_value) | |
Update sorting value of a mount instructions document. More... | |
deleteMountInstructionsById (int $id) | |
Delete mount instructions document by id. More... | |
Interface ilWebDAVMountInstructionsRepository.
Definition at line 6 of file ilWebDAVMountInstructionsRepository.php.
ilWebDAVMountInstructionsRepository::createMountInstructionsDocumentEntry | ( | ilWebDAVMountInstructionsDocument | $document | ) |
Create new database entry for given mount instructions document.
ilWebDAVMountInstructionsDocument | $document |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::deleteMountInstructionsById | ( | int | $id | ) |
Delete mount instructions document by id.
int | $id |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::doMountInstructionsExistByLanguage | ( | string | $language | ) |
Check if mount instructions for language exists.
Language is two letters like "en" for English etc. Returns id of mount instructions, if found, or 0.
string | $language |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::getAllMountInstructions | ( | ) |
Returns an array with all existing mount instructions documents.
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::getHighestSortingNumber | ( | ) |
Get currently highest sorting number for mount instructions document.
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::getMountInstructionsByLanguage | ( | string | $language | ) |
Gets mount instructions document by language -> language is two letters like "en" for English etc.
string | $language |
InvalidArgumentException |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::getMountInstructionsDocumentById | ( | int | $id | ) |
Gets mount instructions document by id.
int | $id |
InvalidArgumentException |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::getNextMountInstructionsDocumentId | ( | ) |
Return next free ID for mount instructions document.
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::updateMountInstructions | ( | ilWebDAVMountInstructionsDocument | $document | ) |
Update existing mount instructions document.
ilWebDAVMountInstructionsDocument | $document |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.
ilWebDAVMountInstructionsRepository::updateSortingValueById | ( | int | $id, |
int | $a_new_sorting_value | ||
) |
Update sorting value of a mount instructions document.
int | $id | |
int | $a_new_sorting_value |
Implemented in ilWebDAVMountInstructionsRepositoryImpl.