ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilPageLayoutPageConfig.php
Go to the documentation of this file.
1 <?php
2 
25 {
26  protected ilSetting $settings;
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 }
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...
global $DIC
Definition: shib_login.php:22
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)