ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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.
References ILIAS\Glossary\Flashcard\Term\getBoxNr(), ILIAS\Glossary\Flashcard\Term\getGloId(), ILIAS\Glossary\Flashcard\Term\getLastAccess(), ILIAS\Glossary\Flashcard\Term\getTermId(), and ILIAS\Glossary\Flashcard\Term\getUserId().
ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteAllGlossaryEntries | ( | int | $glo_id | ) |
ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteAllTermEntries | ( | int | $term_id | ) |
ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteAllUserEntries | ( | int | $user_id | ) |
ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::deleteEntries | ( | int | $glo_id, |
int | $user_id | ||
) |
ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::getAllUserEntries | ( | int | $user_id, |
int | $glo_id | ||
) |
Definition at line 93 of file class.FlashcardTermDBRepository.php.
References ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getFromRecord().
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(), and null.
|
protected |
Definition at line 36 of file class.FlashcardTermDBRepository.php.
Referenced by ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getAllUserEntries(), ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getEntry(), and ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getUserEntriesForBox().
ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::getUserEntriesForBox | ( | int | $box_nr, |
int | $user_id, | ||
int | $glo_id | ||
) |
Definition at line 69 of file class.FlashcardTermDBRepository.php.
References ILIAS\Glossary\Flashcard\FlashcardTermDBRepository\getFromRecord().
ILIAS\Glossary\Flashcard\FlashcardTermDBRepository::updateEntry | ( | Term | $term | ) |
Definition at line 125 of file class.FlashcardTermDBRepository.php.
References ILIAS\Glossary\Flashcard\Term\getBoxNr(), ILIAS\Glossary\Flashcard\Term\getGloId(), ILIAS\Glossary\Flashcard\Term\getLastAccess(), ILIAS\Glossary\Flashcard\Term\getTermId(), and ILIAS\Glossary\Flashcard\Term\getUserId().