|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository:Public Member Functions | |
| __construct (protected \ilDBInterface $db, protected InternalDataService $data_service) | |
| getEntry (int $box_nr, int $user_id, int $glo_id) | |
| createOrUpdateEntry (Box $box) | |
| deleteEntries (int $glo_id, int $user_id) | |
| deleteAllUserEntries (int $user_id) | |
| deleteAllGlossaryEntries (int $glo_id) | |
Protected Member Functions | |
| getFromRecord (array $rec) | |
Definition at line 28 of file class.FlashcardBoxDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository::__construct | ( | protected \ilDBInterface | $db, |
| protected InternalDataService | $data_service | ||
| ) |
Definition at line 30 of file class.FlashcardBoxDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository::createOrUpdateEntry | ( | Box | $box | ) |
Definition at line 65 of file class.FlashcardBoxDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository::deleteAllGlossaryEntries | ( | int | $glo_id | ) |
Definition at line 99 of file class.FlashcardBoxDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository::deleteAllUserEntries | ( | int | $user_id | ) |
Definition at line 91 of file class.FlashcardBoxDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository::deleteEntries | ( | int | $glo_id, |
| int | $user_id | ||
| ) |
Definition at line 81 of file class.FlashcardBoxDBRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository::getEntry | ( | int | $box_nr, |
| int | $user_id, | ||
| int | $glo_id | ||
| ) |
Definition at line 46 of file class.FlashcardBoxDBRepository.php.
References ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\getFromRecord().
Here is the call graph for this function:
|
protected |
Definition at line 36 of file class.FlashcardBoxDBRepository.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\getEntry().
Here is the caller graph for this function: