|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ILIAS\Glossary\Flashcard\FlashcardSessionRepository:
Collaboration diagram for ILIAS\Glossary\Flashcard\FlashcardSessionRepository: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 | |
Data Fields inherited from ILIAS\Glossary\Flashcard\FlashcardSessionRepositoryInterface | |
| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function: