ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct () | |
setInitialTerms (int $glo_id, int $user_id, int $box_nr, array $initial_terms) | |
getInitialTerms (int $glo_id, int $user_id, int $box_nr) | |
setTerms (int $glo_id, int $user_id, int $box_nr, array $terms) | |
getTerms (int $glo_id, int $user_id, int $box_nr) | |
Additional Inherited Members | |
![]() | |
const | KEY_BASE = "glo_flashcard_" |
Definition at line 26 of file class.FlashcardSessionRepository.php.
ILIAS\Glossary\Flashcard\FlashcardSessionRepository::__construct | ( | ) |
Definition at line 28 of file class.FlashcardSessionRepository.php.
ILIAS\Glossary\Flashcard\FlashcardSessionRepository::getInitialTerms | ( | int | $glo_id, |
int | $user_id, | ||
int | $box_nr | ||
) |
Implements ILIAS\Glossary\Flashcard\FlashcardSessionRepositoryInterface.
Definition at line 44 of file class.FlashcardSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
ILIAS\Glossary\Flashcard\FlashcardSessionRepository::getTerms | ( | int | $glo_id, |
int | $user_id, | ||
int | $box_nr | ||
) |
Implements ILIAS\Glossary\Flashcard\FlashcardSessionRepositoryInterface.
Definition at line 65 of file class.FlashcardSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
ILIAS\Glossary\Flashcard\FlashcardSessionRepository::setInitialTerms | ( | int | $glo_id, |
int | $user_id, | ||
int | $box_nr, | ||
array | $initial_terms | ||
) |
Term[] | $initial_terms |
Implements ILIAS\Glossary\Flashcard\FlashcardSessionRepositoryInterface.
Definition at line 35 of file class.FlashcardSessionRepository.php.
References ilSession\set().
ILIAS\Glossary\Flashcard\FlashcardSessionRepository::setTerms | ( | int | $glo_id, |
int | $user_id, | ||
int | $box_nr, | ||
array | $terms | ||
) |
Term[] | $initial_terms |
Implements ILIAS\Glossary\Flashcard\FlashcardSessionRepositoryInterface.
Definition at line 56 of file class.FlashcardSessionRepository.php.
References ilSession\set().