ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilImprintConfig.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
28  public function init(): void
29  {
30  $this->setPreventHTMLUnmasking(true);
31  $this->setEnableInternalLinks(true);
32  $this->setEnableWikiLinks(false);
33  $this->setEnableActivation(true);
34  }
35 }
setPreventHTMLUnmasking(bool $a_preventhtmlunmasking)
setEnableInternalLinks(bool $a_enabledinternallinks)
Imprint page configuration.
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.