ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilBlogPostingConfig.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
27  public function init(): void
28  {
29  global $DIC;
30 
31  $req = $DIC->blog()->internal()->gui()->standardRequest();
32 
33  $this->setEnablePCType("Map", true);
34  $this->setEnableInternalLinks($req->getRefId() > 0); // #15668
35  $this->setPreventHTMLUnmasking(false);
36  $this->setEnableActivation(true);
37 
38  $blga_set = new ilSetting("blga");
39  $this->setPreventHTMLUnmasking(!$blga_set->get("mask", "0"));
40  }
41 }
setPreventHTMLUnmasking(bool $a_preventhtmlunmasking)
setEnableInternalLinks(bool $a_enabledinternallinks)
catch(\Exception $e) $req
Definition: xapiproxy.php:91
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Blog posting page configuration.
global $DIC
Definition: shib_login.php:22
setEnableActivation(bool $a_val)
Set enabled page activation.
setEnablePCType(string $a_pc_type, bool $a_val)