ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilPageLayoutPageConfig.php
Go to the documentation of this file.
1<?php
2
25{
27
28 public function init(): void
29 {
30 global $DIC;
31
32 $this->settings = $DIC->settings();
33
34 $this->setPreventHTMLUnmasking(false);
35 $this->setEnableInternalLinks(false);
36 $this->setEnablePCType("Question", false);
37 $this->setEnablePCType("Map", false);
38 $this->setEnablePCType("FileList", false);
39 $this->setEnablePCType("PlaceHolder", true);
40 }
41}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setEnablePCType(string $a_pc_type, bool $a_val)
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...
ILIAS Setting Class.
global $DIC
Definition: shib_login.php:26