ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
setIntLinkHelpDefaultId(int $a_val, bool $a_is_ref=true)
Set internal link default id.
setEnableInternalLinks(bool $a_enabledinternallinks)
setIntLinkHelpDefaultType(string $a_val)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: feed.php:28
$ref_id
Definition: ltiauth.php:67
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setEnableKeywords(bool $a_val)