ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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().
|
protected |
Definition at line 36 of file class.FlashcardBoxDBRepository.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardBoxDBRepository\getEntry().