ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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().
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().
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().
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().
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().
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().
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().
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().
const ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationSessionRepository::KEY_BASE = "glo_presentation_" |
Definition at line 28 of file class.PresentationSessionRepository.php.