| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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) | |
Data Fields | |
| const | KEY_BASE = "glo_flashcard_" | 
Definition at line 26 of file class.FlashcardSessionRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardSessionRepository::__construct | ( | ) | 
Definition at line 30 of file class.FlashcardSessionRepository.php.
| ILIAS\Glossary\Flashcard\FlashcardSessionRepository::getInitialTerms | ( | int | $glo_id, | 
| int | $user_id, | ||
| int | $box_nr | ||
| ) | 
Definition at line 43 of file class.FlashcardSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, ILIAS\Repository\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 | ||
| ) | 
Definition at line 61 of file class.FlashcardSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, ILIAS\Repository\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 | ||
| ) | 
Definition at line 34 of file class.FlashcardSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, and 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 | ||
| ) | 
Definition at line 52 of file class.FlashcardSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, and ilSession\set().
 Here is the call graph for this function:| const ILIAS\Glossary\Flashcard\FlashcardSessionRepository::KEY_BASE = "glo_flashcard_" | 
Definition at line 28 of file class.FlashcardSessionRepository.php.