ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilGlossaryDefPageConfig.php
Go to the documentation of this file.
1<?php
2
24{
25 public function init(): void
26 {
27 global $DIC;
28
29 $ref_id = $DIC->glossary()->internal()->gui()->editing()->request()->getRefId();
30
31 $this->setEnableKeywords(true);
32 $this->setEnableInternalLinks(true);
33 $this->setIntLinkHelpDefaultType("GlossaryItem");
35 }
36}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setIntLinkHelpDefaultId(int $a_val, bool $a_is_ref=true)
Set internal link default id.
setIntLinkHelpDefaultType(string $a_val)
setEnableKeywords(bool $a_val)
setEnableInternalLinks(bool $a_enabledinternallinks)
$ref_id
Definition: ltiauth.php:66
global $DIC
Definition: shib_login.php:26