ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Manages presentation of glossary content. More...
Public Member Functions | |
__construct (InternalDomainService $domain_service, PresentationSessionRepository $session_repo, \ilObjGlossary $glossary, int $user_id) | |
setSessionPageLength (int $page_length) | |
getSessionPageLength () | |
setSessionLetter (string $letter) | |
getSessionLetter () | |
setSessionViewControlStart (int $vc_start) | |
getSessionViewControlStart () | |
setSessionViewControlLength (int $vc_length) | |
getSessionViewControlLength () | |
Protected Attributes | |
InternalDomainService | $domain |
PresentationSessionRepository | $session_repo |
ilObjGlossary | $glossary |
int | $user_id |
Manages presentation of glossary content.
Definition at line 29 of file class.PresentationManager.php.
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager::__construct | ( | InternalDomainService | $domain_service, |
PresentationSessionRepository | $session_repo, | ||
\ilObjGlossary | $glossary, | ||
int | $user_id | ||
) |
Definition at line 36 of file class.PresentationManager.php.
References ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager\$glossary, ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager\$session_repo, and ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager\$user_id.
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager::getSessionLetter | ( | ) |
Definition at line 63 of file class.PresentationManager.php.
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager::getSessionPageLength | ( | ) |
Definition at line 53 of file class.PresentationManager.php.
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager::getSessionViewControlLength | ( | ) |
Definition at line 83 of file class.PresentationManager.php.
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager::getSessionViewControlStart | ( | ) |
Definition at line 73 of file class.PresentationManager.php.
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager::setSessionLetter | ( | string | $letter | ) |
Definition at line 58 of file class.PresentationManager.php.
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager::setSessionPageLength | ( | int | $page_length | ) |
Definition at line 48 of file class.PresentationManager.php.
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager::setSessionViewControlLength | ( | int | $vc_length | ) |
Definition at line 78 of file class.PresentationManager.php.
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager::setSessionViewControlStart | ( | int | $vc_start | ) |
Definition at line 68 of file class.PresentationManager.php.
|
protected |
Definition at line 31 of file class.PresentationManager.php.
|
protected |
Definition at line 33 of file class.PresentationManager.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager\__construct().
|
protected |
Definition at line 32 of file class.PresentationManager.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager\__construct().
|
protected |
Definition at line 34 of file class.PresentationManager.php.
Referenced by ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\PresentationManager\__construct().