ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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...
$ref_id
Definition: ltiauth.php:65
global $DIC
Definition: shib_login.php:22
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setEnableKeywords(bool $a_val)