ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (ilDBInterface $a_db) | |
ilWebDAVMountInstructionsRepository constructor. More... | |
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) | |
Fills document with results array from database. More... | |
Protected Attributes | |
$db | |
Definition at line 4 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
ilWebDAVMountInstructionsRepositoryImpl::__construct | ( | ilDBInterface | $a_db | ) |
ilWebDAVMountInstructionsRepository constructor.
ilDBInterface | $a_db |
Definition at line 16 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
|
protected |
Fills document with results array from database.
array | $result |
Definition at line 201 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
Referenced by getAllMountInstructions(), getMountInstructionsByLanguage(), and getMountInstructionsDocumentById().
ilWebDAVMountInstructionsRepositoryImpl::createMountInstructionsDocumentEntry | ( | ilWebDAVMountInstructionsDocument | $document | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 24 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 187 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $query.
ilWebDAVMountInstructionsRepositoryImpl::doMountInstructionsExistByLanguage | ( | string | $language | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 125 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $query, and $result.
ilWebDAVMountInstructionsRepositoryImpl::getAllMountInstructions | ( | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 109 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $query, $result, and buildDocumentFromDatabaseRecord().
ilWebDAVMountInstructionsRepositoryImpl::getHighestSortingNumber | ( | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 61 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $query, and $result.
ilWebDAVMountInstructionsRepositoryImpl::getMountInstructionsByLanguage | ( | string | $language | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 91 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $query, $result, and buildDocumentFromDatabaseRecord().
ilWebDAVMountInstructionsRepositoryImpl::getMountInstructionsDocumentById | ( | int | $id | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 73 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $query, $result, and buildDocumentFromDatabaseRecord().
ilWebDAVMountInstructionsRepositoryImpl::getNextMountInstructionsDocumentId | ( | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 49 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
ilWebDAVMountInstructionsRepositoryImpl::updateMountInstructions | ( | ilWebDAVMountInstructionsDocument | $document | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 139 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 166 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
|
protected |
Definition at line 9 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
const ilWebDAVMountInstructionsRepositoryImpl::TABLE_MOUNT_INSTRUCTIONS = 'webdav_instructions' |
Definition at line 6 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.