|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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) | |
| setViewControlStart (int $ref_id, int $vc_start) | |
| getViewControlStart (int $ref_id) | |
| setViewControlLength (int $ref_id, int $vc_length) | |
| getViewControlLength (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 $ref_id, ILIAS\GlobalScreen\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 $ref_id, ILIAS\GlobalScreen\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Glossary\Presentation\PresentationSessionRepository::getViewControlLength | ( | int | $ref_id | ) |
Definition at line 85 of file class.PresentationSessionRepository.php.
References $ref_id, ILIAS\GlobalScreen\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Glossary\Presentation\PresentationSessionRepository::getViewControlStart | ( | int | $ref_id | ) |
Definition at line 70 of file class.PresentationSessionRepository.php.
References $ref_id, ILIAS\GlobalScreen\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 $ref_id, 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 $ref_id, and ilSession\set().
Here is the call graph for this function:| ILIAS\Glossary\Presentation\PresentationSessionRepository::setViewControlLength | ( | int | $ref_id, |
| int | $vc_length | ||
| ) |
Definition at line 79 of file class.PresentationSessionRepository.php.
References $ref_id, and ilSession\set().
Here is the call graph for this function:| ILIAS\Glossary\Presentation\PresentationSessionRepository::setViewControlStart | ( | int | $ref_id, |
| int | $vc_start | ||
| ) |
Definition at line 64 of file class.PresentationSessionRepository.php.
References $ref_id, 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.