|
ILIAS
release_8 Revision v8.24
|
Stores repository clipboard data. More...
Collaboration diagram for ILIAS\Glossary\Term\TermSessionRepository:Public Member Functions | |
| __construct () | |
| setLang (int $ref_id, string $lang) | |
| getLang (int $ref_id) | |
Data Fields | |
| const | KEY_BASE = "glo_term_" |
Stores repository clipboard data.
Definition at line 28 of file class.TermSessionRepository.php.
| ILIAS\Glossary\Term\TermSessionRepository::__construct | ( | ) |
Definition at line 32 of file class.TermSessionRepository.php.
| ILIAS\Glossary\Term\TermSessionRepository::getLang | ( | int | $ref_id | ) |
Definition at line 42 of file class.TermSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, $ref_id, ILIAS\Repository\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Glossary\Term\TermSessionRepository::setLang | ( | int | $ref_id, |
| string | $lang | ||
| ) |
Definition at line 36 of file class.TermSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, $lang, $ref_id, and ilSession\set().
Here is the call graph for this function:| const ILIAS\Glossary\Term\TermSessionRepository::KEY_BASE = "glo_term_" |
Definition at line 30 of file class.TermSessionRepository.php.