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