ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Glossary presentation service. More...
Public Member Functions | |
__construct (\ilObjUser $user, array $query_params, bool $offline=false, \ilCtrl $ctrl=null) | |
Constructor. More... | |
getGlossaryGUI () | |
getGlossary () | |
getRequest () | |
Get request. More... | |
Protected Attributes | |
$glo | |
$glo_gui | |
$offline | |
Glossary presentation service.
Definition at line 12 of file GlossaryPresentationService.php.
ILIAS\Glossary\Presentation\GlossaryPresentationService::__construct | ( | \ilObjUser | $user, |
array | $query_params, | ||
bool | $offline = false , |
||
\ilCtrl | $ctrl = null |
||
) |
Constructor.
Definition at line 32 of file GlossaryPresentationService.php.
References $DIC, ILIAS\Glossary\Presentation\GlossaryPresentationService\$offline, and user().
ILIAS\Glossary\Presentation\GlossaryPresentationService::getGlossary | ( | ) |
Definition at line 63 of file GlossaryPresentationService.php.
References ILIAS\Glossary\Presentation\GlossaryPresentationService\$glo.
ILIAS\Glossary\Presentation\GlossaryPresentationService::getGlossaryGUI | ( | ) |
Definition at line 55 of file GlossaryPresentationService.php.
References ILIAS\Glossary\Presentation\GlossaryPresentationService\$glo_gui.
ILIAS\Glossary\Presentation\GlossaryPresentationService::getRequest | ( | ) |
Get request.
Definition at line 73 of file GlossaryPresentationService.php.
|
protected |
Definition at line 17 of file GlossaryPresentationService.php.
Referenced by ILIAS\Glossary\Presentation\GlossaryPresentationService\getGlossary().
|
protected |
Definition at line 22 of file GlossaryPresentationService.php.
Referenced by ILIAS\Glossary\Presentation\GlossaryPresentationService\getGlossaryGUI().
|
protected |
Definition at line 27 of file GlossaryPresentationService.php.
Referenced by ILIAS\Glossary\Presentation\GlossaryPresentationService\__construct().