ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilImprintConfig.php
Go to the documentation of this file.
1 <?php
2 
25 {
26  public function init(): void
27  {
28  $this->setPreventHTMLUnmasking(true);
29  $this->setEnableInternalLinks(true);
30  $this->setEnableWikiLinks(false);
31  $this->setEnableActivation(true);
32  }
33 }
setPreventHTMLUnmasking(bool $a_preventhtmlunmasking)
setEnableInternalLinks(bool $a_enabledinternallinks)
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...
setEnableWikiLinks(bool $a_enablewikilinks)
setEnableActivation(bool $a_val)
Set enabled page activation.