| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\MetaData\Vocabularies\Dispatch\Presentation\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\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::__construct | ( | ) | 
Definition at line 30 of file class.PresentationSessionRepository.php.
| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::getLetter | ( | int | $ref_id | ) | 
Definition at line 55 of file class.PresentationSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
 Here is the call graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::getPageLength | ( | int | $ref_id | ) | 
Definition at line 40 of file class.PresentationSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
 Here is the call graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::getViewControlLength | ( | int | $ref_id | ) | 
Definition at line 85 of file class.PresentationSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
 Here is the call graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::getViewControlStart | ( | int | $ref_id | ) | 
Definition at line 70 of file class.PresentationSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
 Here is the call graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::setLetter | ( | int | $ref_id, | 
| string | $letter | ||
| ) | 
Definition at line 49 of file class.PresentationSessionRepository.php.
References ilSession\set().
 Here is the call graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::setPageLength | ( | int | $ref_id, | 
| int | $page_length | ||
| ) | 
Definition at line 34 of file class.PresentationSessionRepository.php.
References ilSession\set().
 Here is the call graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::setViewControlLength | ( | int | $ref_id, | 
| int | $vc_length | ||
| ) | 
Definition at line 79 of file class.PresentationSessionRepository.php.
References ilSession\set().
 Here is the call graph for this function:| ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::setViewControlStart | ( | int | $ref_id, | 
| int | $vc_start | ||
| ) | 
Definition at line 64 of file class.PresentationSessionRepository.php.
References ilSession\set().
 Here is the call graph for this function:| const ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::KEY_BASE = "glo_presentation_" | 
Definition at line 28 of file class.PresentationSessionRepository.php.