| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\Glossary\Presentation\PresentationSessionRepository:Public Member Functions | |
| __construct () | |
| setPageLength (int $ref_id, int $page_length) | |
| getPageLength (int $ref_id) | |
| setLetter (int $ref_id, string $letter) | |
| getLetter (int $ref_id) | |
Data Fields | |
| const | KEY_BASE = "glo_presentation_" | 
Definition at line 26 of file class.PresentationSessionRepository.php.
| ILIAS\Glossary\Presentation\PresentationSessionRepository::__construct | ( | ) | 
Definition at line 30 of file class.PresentationSessionRepository.php.
| ILIAS\Glossary\Presentation\PresentationSessionRepository::getLetter | ( | int | $ref_id | ) | 
Definition at line 55 of file class.PresentationSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, ILIAS\Repository\get(), and ilSession\has().
 Here is the call graph for this function:| ILIAS\Glossary\Presentation\PresentationSessionRepository::getPageLength | ( | int | $ref_id | ) | 
Definition at line 40 of file class.PresentationSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, ILIAS\Repository\get(), and ilSession\has().
 Here is the call graph for this function:| ILIAS\Glossary\Presentation\PresentationSessionRepository::setLetter | ( | int | $ref_id, | 
| string | $letter | ||
| ) | 
Definition at line 49 of file class.PresentationSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, and ilSession\set().
 Here is the call graph for this function:| ILIAS\Glossary\Presentation\PresentationSessionRepository::setPageLength | ( | int | $ref_id, | 
| int | $page_length | ||
| ) | 
Definition at line 34 of file class.PresentationSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, and ilSession\set().
 Here is the call graph for this function:| const ILIAS\Glossary\Presentation\PresentationSessionRepository::KEY_BASE = "glo_presentation_" | 
Definition at line 28 of file class.PresentationSessionRepository.php.