ILIAS
trunk Revision v11.0_alpha-1846-g895b5f47236
|
Public Member Functions | |
__construct (protected ilDBInterface $db) | |
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) | |
Data Fields | |
const | TABLE_MOUNT_INSTRUCTIONS = 'webdav_instructions' |
Protected Member Functions | |
buildDocumentFromDatabaseRecord (array $result) | |
Definition at line 21 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
ilWebDAVMountInstructionsRepositoryImpl::__construct | ( | protected ilDBInterface | $db | ) |
Definition at line 25 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
|
protected |
Definition at line 173 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
Referenced by getAllMountInstructions(), getMountInstructionsByLanguage(), and getMountInstructionsDocumentById().
ilWebDAVMountInstructionsRepositoryImpl::createMountInstructionsDocumentEntry | ( | ilWebDAVMountInstructionsDocument | $document | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 29 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References ilWebDAVMountInstructionsDocument\getCreationTs(), ilWebDAVMountInstructionsDocument\getId(), ilWebDAVMountInstructionsDocument\getLanguage(), ilWebDAVMountInstructionsDocument\getLastModificationUsrId(), ilWebDAVMountInstructionsDocument\getModificationTs(), ilWebDAVMountInstructionsDocument\getOwnerUsrId(), ilWebDAVMountInstructionsDocument\getProcessedInstructions(), ilWebDAVMountInstructionsDocument\getSorting(), ilWebDAVMountInstructionsDocument\getTitle(), and ilWebDAVMountInstructionsDocument\getUploadedInstructions().
ilWebDAVMountInstructionsRepositoryImpl::deleteMountInstructionsById | ( | int | $id | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 165 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
ilWebDAVMountInstructionsRepositoryImpl::doMountInstructionsExistByLanguage | ( | string | $language | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 112 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References null.
ilWebDAVMountInstructionsRepositoryImpl::getAllMountInstructions | ( | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 99 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References buildDocumentFromDatabaseRecord().
ilWebDAVMountInstructionsRepositoryImpl::getHighestSortingNumber | ( | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 60 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References ILIAS\Repository\int().
ilWebDAVMountInstructionsRepositoryImpl::getMountInstructionsByLanguage | ( | string | $language | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 84 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References buildDocumentFromDatabaseRecord().
ilWebDAVMountInstructionsRepositoryImpl::getMountInstructionsDocumentById | ( | int | $id | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 69 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References buildDocumentFromDatabaseRecord().
ilWebDAVMountInstructionsRepositoryImpl::getNextMountInstructionsDocumentId | ( | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 51 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
ilWebDAVMountInstructionsRepositoryImpl::updateMountInstructions | ( | ilWebDAVMountInstructionsDocument | $document | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 123 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References ilWebDAVMountInstructionsDocument\getCreationTs(), ilWebDAVMountInstructionsDocument\getId(), ilWebDAVMountInstructionsDocument\getLanguage(), ilWebDAVMountInstructionsDocument\getLastModificationUsrId(), ilWebDAVMountInstructionsDocument\getModificationTs(), ilWebDAVMountInstructionsDocument\getOwnerUsrId(), ilWebDAVMountInstructionsDocument\getSorting(), and ilWebDAVMountInstructionsDocument\getTitle().
ilWebDAVMountInstructionsRepositoryImpl::updateSortingValueById | ( | int | $id, |
int | $a_new_sorting_value | ||
) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 147 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
const ilWebDAVMountInstructionsRepositoryImpl::TABLE_MOUNT_INSTRUCTIONS = 'webdav_instructions' |
Definition at line 23 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.