ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
class.ilGuidedTourPageConfig.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
24
25 public function init(): void
26 {
27 global $DIC;
28
29 $this->settings = $DIC->settings();
30
31 $this->setEnableInternalLinks(false);
32 $this->setEnablePCType("FileList", false);
33 $this->setEnablePCType("Map", false);
34 $this->setEnablePCType("Resources", false);
35 $this->setEnablePCType("Table", false);
36 $this->setEnablePCType("DataTable", false);
37 $this->setEnablePCType("Tabs", false);
38 $this->setEnablePCType("InteractiveImage", false);
39 $this->setEnablePCType("Grid", false);
40 $this->setEnablePCType("List", false);
41 $this->setEnablePCType("SourceCode", false);
42 $this->setMultiLangSupport(false);
43 $this->setSinglePageMode(false);
44 $this->setEnablePermissionChecks(false);
45 $this->setUsePageContainer(false);
46 $this->setEnablePCType("ContentInclude", false);
47 }
48}
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)
setSinglePageMode(bool $a_val)
Set single page mode.
setMultiLangSupport(bool $a_val)
setEnablePermissionChecks(bool $a_val)
setEnableInternalLinks(bool $a_enabledinternallinks)
setUsePageContainer(bool $a_val)
Set if page container css class should be used.
ILIAS Setting Class.
global $DIC
Definition: shib_login.php:26