|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilWebDAVMountInstructionsRepositoryImpl:
Collaboration diagram for ilWebDAVMountInstructionsRepositoryImpl:Data Fields | |
| const | TABLE_MOUNT_INSTRUCTIONS = 'webdav_instructions' |
Protected Member Functions | |
| buildDocumentFromDatabaseRecord (array $result) | |
Protected Attributes | |
| ilDBInterface | $db |
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 22 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
| ilWebDAVMountInstructionsRepositoryImpl::__construct | ( | ilDBInterface | $a_db | ) |
Definition at line 28 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
|
protected |
Definition at line 177 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
Referenced by getAllMountInstructions(), getMountInstructionsByLanguage(), and getMountInstructionsDocumentById().
Here is the caller graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::createMountInstructionsDocumentEntry | ( | ilWebDAVMountInstructionsDocument | $document | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 33 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().
Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::deleteMountInstructionsById | ( | int | $id | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 169 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
| ilWebDAVMountInstructionsRepositoryImpl::doMountInstructionsExistByLanguage | ( | string | $language | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 116 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $query.
| ilWebDAVMountInstructionsRepositoryImpl::getAllMountInstructions | ( | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 103 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $query, and buildDocumentFromDatabaseRecord().
Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::getHighestSortingNumber | ( | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 64 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $query, and ILIAS\Repository\int().
Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::getMountInstructionsByLanguage | ( | string | $language | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 88 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $query, and buildDocumentFromDatabaseRecord().
Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::getMountInstructionsDocumentById | ( | int | $id | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 73 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $id, $query, and buildDocumentFromDatabaseRecord().
Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::getNextMountInstructionsDocumentId | ( | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 55 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
| ilWebDAVMountInstructionsRepositoryImpl::updateMountInstructions | ( | ilWebDAVMountInstructionsDocument | $document | ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 127 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References ilWebDAVMountInstructionsDocument\getCreationTs(), ilWebDAVMountInstructionsDocument\getId(), ilWebDAVMountInstructionsDocument\getLanguage(), ilWebDAVMountInstructionsDocument\getLastModificationUsrId(), ilWebDAVMountInstructionsDocument\getModificationTs(), ilWebDAVMountInstructionsDocument\getOwnerUsrId(), ilWebDAVMountInstructionsDocument\getSorting(), and ilWebDAVMountInstructionsDocument\getTitle().
Here is the call graph for this function:| ilWebDAVMountInstructionsRepositoryImpl::updateSortingValueById | ( | int | $id, |
| int | $a_new_sorting_value | ||
| ) |
Implements ilWebDAVMountInstructionsRepository.
Definition at line 151 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
References $id.
|
protected |
Definition at line 26 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.
| const ilWebDAVMountInstructionsRepositoryImpl::TABLE_MOUNT_INSTRUCTIONS = 'webdav_instructions' |
Definition at line 24 of file class.ilWebDAVMountInstructionsRepositoryImpl.php.