3 declare(strict_types=1);
45 $this->domain = $domain_service;
50 $this->session_repo->setPageLength($this->glossary->getRefId(), $page_length);
55 return $this->session_repo->getPageLength($this->glossary->getRefId());
60 $this->session_repo->setLetter($this->glossary->getRefId(), $letter);
65 return $this->session_repo->getLetter($this->glossary->getRefId());
InternalDomainService $domain
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
PresentationSessionRepository $session_repo
__construct(InternalDomainService $domain_service, PresentationSessionRepository $session_repo, \ilObjGlossary $glossary, int $user_id)
setSessionPageLength(int $page_length)
setSessionLetter(string $letter)
Manages presentation of glossary content.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...