ILIAS  release_8 Revision v8.24
class.ilDclCreateViewDefinitionConfig.php
Go to the documentation of this file.
1<?php
2
20{
21 public function init(): void
22 {
23 // config
24 $this->setPreventHTMLUnmasking(true);
25 $this->setEnableInternalLinks(false);
26 $this->setEnableWikiLinks(false);
27 $this->setEnableActivation(false);
28 }
29}
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)