ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilGlossaryDefPageConfig.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11{
15 public function init()
16 {
17 $this->setEnableKeywords(true);
18 $this->setEnableInternalLinks(true);
19 $this->setIntLinkHelpDefaultType("GlossaryItem");
20 $this->setIntLinkHelpDefaultId($_GET["ref_id"]);
21 }
22}
$_GET["client_id"]
An exception for terminatinating execution or to throw for unit testing.
Glossary definition page configuration.
Config class for page editing.
setEnableKeywords($a_val)
Set enable keywords handling.
setIntLinkHelpDefaultId($a_val, $a_is_ref=true)
Set internal link default id.
setEnableInternalLinks($a_enabledinternallinks)
Set Enable internal links.
setIntLinkHelpDefaultType($a_val)
Set internal link default type.