ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
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) | |
Protected Attributes | |
array | $session = [] |
Additional Inherited Members | |
![]() | |
const | KEY_BASE = "glo_flashcard_" |
Definition at line 26 of file class.FlashcardSessionArrayRepository.php.
ILIAS\Glossary\Flashcard\FlashcardSessionArrayRepository::__construct | ( | ) |
Definition at line 30 of file class.FlashcardSessionArrayRepository.php.
ILIAS\Glossary\Flashcard\FlashcardSessionArrayRepository::getInitialTerms | ( | int | $glo_id, |
int | $user_id, | ||
int | $box_nr | ||
) |
Implements ILIAS\Glossary\Flashcard\FlashcardSessionRepositoryInterface.
Definition at line 43 of file class.FlashcardSessionArrayRepository.php.
ILIAS\Glossary\Flashcard\FlashcardSessionArrayRepository::getTerms | ( | int | $glo_id, |
int | $user_id, | ||
int | $box_nr | ||
) |
Implements ILIAS\Glossary\Flashcard\FlashcardSessionRepositoryInterface.
Definition at line 61 of file class.FlashcardSessionArrayRepository.php.
ILIAS\Glossary\Flashcard\FlashcardSessionArrayRepository::setInitialTerms | ( | int | $glo_id, |
int | $user_id, | ||
int | $box_nr, | ||
array | $initial_terms | ||
) |
Implements ILIAS\Glossary\Flashcard\FlashcardSessionRepositoryInterface.
Definition at line 34 of file class.FlashcardSessionArrayRepository.php.
ILIAS\Glossary\Flashcard\FlashcardSessionArrayRepository::setTerms | ( | int | $glo_id, |
int | $user_id, | ||
int | $box_nr, | ||
array | $terms | ||
) |
Implements ILIAS\Glossary\Flashcard\FlashcardSessionRepositoryInterface.
Definition at line 52 of file class.FlashcardSessionArrayRepository.php.
|
protected |
Definition at line 28 of file class.FlashcardSessionArrayRepository.php.