|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Glossary\Flashcard\FlashcardTermDBRepository:Public Member Functions | |
| __construct (protected \ilDBInterface $db, protected InternalDataService $data_service) | |
| getEntry (int $term_id, int $user_id, int $glo_id) | |
| getUserEntriesForBox (int $box_nr, int $user_id, int $glo_id) | |
| getAllUserEntries (int $user_id, int $glo_id) | |
| createEntry (Term $term) | |
| updateEntry (Term $term) | |
| deleteEntries (int $glo_id, int $user_id) | |
| deleteAllUserEntries (int $user_id) | |
| deleteAllGlossaryEntries (int $glo_id) | |
| deleteAllTermEntries (int $term_id) | |
Protected Member Functions | |
| getFromRecord (array $rec) | |
Definition at line 28 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::__construct | ( | protected \ilDBInterface | $db, |
| protected InternalDataService | $data_service | ||
| ) |
Definition at line 30 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::createEntry | ( | Term | $term | ) |
Definition at line 113 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteAllGlossaryEntries | ( | int | $glo_id | ) |
Definition at line 156 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteAllTermEntries | ( | int | $term_id | ) |
Definition at line 164 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteAllUserEntries | ( | int | $user_id | ) |
Definition at line 148 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteEntries | ( | int | $glo_id, |
| int | $user_id | ||
| ) |
Definition at line 138 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::getAllUserEntries | ( | int | $user_id, |
| int | $glo_id | ||
| ) |
Definition at line 93 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::getEntry | ( | int | $term_id, |
| int | $user_id, | ||
| int | $glo_id | ||
| ) |
Definition at line 47 of file class.FlashcardTermDBRepository.php.
References ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getFromRecord().
Here is the call graph for this function:
|
protected |
Definition at line 36 of file class.FlashcardTermDBRepository.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getEntry().
Here is the caller graph for this function:| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::getUserEntriesForBox | ( | int | $box_nr, |
| int | $user_id, | ||
| int | $glo_id | ||
| ) |
Definition at line 69 of file class.FlashcardTermDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::updateEntry | ( | Term | $term | ) |
Definition at line 125 of file class.FlashcardTermDBRepository.php.