ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilMediaPoolPageConfig.php
Go to the documentation of this file.
1 <?php
2 
25 {
26  public function init(): void
27  {
28  $this->setEnableInternalLinks(false);
29  $this->setPreventHTMLUnmasking(false);
30  $this->setMultiLangSupport(true);
31  }
32 }
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setMultiLangSupport(bool $a_val)