ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilLogoutPageConfig.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
23  public function init(): void
24  {
25  $this->setEnablePCType('LogouPageElement', true);
26  $this->setEnablePCType('FileList', false);
27  $this->setEnablePCType('Map', false);
28  $this->setEnableInternalLinks(true);
29  }
30 }
setEnableInternalLinks(bool $a_enabledinternallinks)
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)