|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\WebDAV\Mount\Repository:
Collaboration diagram for ILIAS\WebDAV\Mount\Repository:Public Member Functions | |
| createMountInstructionsDocumentEntry (Document $document) | |
| getNextMountInstructionsDocumentId () | |
| getHighestSortingNumber () | |
| getMountInstructionsDocumentById (int $id) | |
| getMountInstructionsByLanguage (string $language) | |
| getAllMountInstructions () | |
| doMountInstructionsExistByLanguage (string $language) | |
| updateMountInstructions (Document $document) | |
| updateSortingValueById (int $id, int $a_new_sorting_value) | |
| deleteMountInstructionsById (int $id) | |
Definition at line 23 of file Repository.php.
| ILIAS\WebDAV\Mount\Repository::createMountInstructionsDocumentEntry | ( | Document | $document | ) |
Implemented in ILIAS\WebDAV\Mount\RepositoryDB.
| ILIAS\WebDAV\Mount\Repository::deleteMountInstructionsById | ( | int | $id | ) |
Implemented in ILIAS\WebDAV\Mount\RepositoryDB.
| ILIAS\WebDAV\Mount\Repository::doMountInstructionsExistByLanguage | ( | string | $language | ) |
Implemented in ILIAS\WebDAV\Mount\RepositoryDB.
| ILIAS\WebDAV\Mount\Repository::getAllMountInstructions | ( | ) |
Implemented in ILIAS\WebDAV\Mount\RepositoryDB.
| ILIAS\WebDAV\Mount\Repository::getHighestSortingNumber | ( | ) |
Implemented in ILIAS\WebDAV\Mount\RepositoryDB.
| ILIAS\WebDAV\Mount\Repository::getMountInstructionsByLanguage | ( | string | $language | ) |
Implemented in ILIAS\WebDAV\Mount\RepositoryDB.
| ILIAS\WebDAV\Mount\Repository::getMountInstructionsDocumentById | ( | int | $id | ) |
Implemented in ILIAS\WebDAV\Mount\RepositoryDB.
| ILIAS\WebDAV\Mount\Repository::getNextMountInstructionsDocumentId | ( | ) |
Implemented in ILIAS\WebDAV\Mount\RepositoryDB.
| ILIAS\WebDAV\Mount\Repository::updateMountInstructions | ( | Document | $document | ) |
Implemented in ILIAS\WebDAV\Mount\RepositoryDB.
| ILIAS\WebDAV\Mount\Repository::updateSortingValueById | ( | int | $id, |
| int | $a_new_sorting_value | ||
| ) |
Implemented in ILIAS\WebDAV\Mount\RepositoryDB.