ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
class.ilLogoutPageConfig.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilLogoutPageConfig
extends
ilPageConfig
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
}
ilPageConfig\setEnableInternalLinks
setEnableInternalLinks(bool $a_enabledinternallinks)
Definition:
class.ilPageConfig.php:171
ilPageConfig
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilPageConfig.php:24
ilLogoutPageConfig\init
init()
Definition:
class.ilLogoutPageConfig.php:23
ilLogoutPageConfig
Definition:
class.ilLogoutPageConfig.php:21
ilPageConfig\setEnablePCType
setEnablePCType(string $a_pc_type, bool $a_val)
Definition:
class.ilPageConfig.php:130
components
ILIAS
Authentication
classes
class.ilLogoutPageConfig.php
Generated on Wed Sep 3 2025 23:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)