|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Manages presentation of glossary content. More...
Collaboration diagram for ILIAS\Glossary\Presentation\PresentationManager: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\Glossary\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\Glossary\Presentation\PresentationManager\$glossary, ILIAS\Glossary\Presentation\PresentationManager\$session_repo, and ILIAS\Glossary\Presentation\PresentationManager\$user_id.
| ILIAS\Glossary\Presentation\PresentationManager::getSessionLetter | ( | ) |
Definition at line 63 of file class.PresentationManager.php.
| ILIAS\Glossary\Presentation\PresentationManager::getSessionPageLength | ( | ) |
Definition at line 53 of file class.PresentationManager.php.
| ILIAS\Glossary\Presentation\PresentationManager::getSessionViewControlLength | ( | ) |
Definition at line 83 of file class.PresentationManager.php.
| ILIAS\Glossary\Presentation\PresentationManager::getSessionViewControlStart | ( | ) |
Definition at line 73 of file class.PresentationManager.php.
| ILIAS\Glossary\Presentation\PresentationManager::setSessionLetter | ( | string | $letter | ) |
Definition at line 58 of file class.PresentationManager.php.
| ILIAS\Glossary\Presentation\PresentationManager::setSessionPageLength | ( | int | $page_length | ) |
Definition at line 48 of file class.PresentationManager.php.
| ILIAS\Glossary\Presentation\PresentationManager::setSessionViewControlLength | ( | int | $vc_length | ) |
Definition at line 78 of file class.PresentationManager.php.
| ILIAS\Glossary\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\Glossary\Presentation\PresentationManager\__construct().
|
protected |
Definition at line 32 of file class.PresentationManager.php.
Referenced by ILIAS\Glossary\Presentation\PresentationManager\__construct().
|
protected |
Definition at line 34 of file class.PresentationManager.php.
Referenced by ILIAS\Glossary\Presentation\PresentationManager\__construct().