ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilLogoutPage.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilLogoutPage
extends
ilPageObject
22
{
23
final
public
const
string
PAGE_TYPE
=
'aout'
;
24
25
public
function
getParentType
(): string
26
{
27
return
self::PAGE_TYPE
;
28
}
29
}
ilLogoutPage
Definition:
class.ilLogoutPage.php:22
ilLogoutPage\PAGE_TYPE
final const string PAGE_TYPE
Definition:
class.ilLogoutPage.php:23
ilLogoutPage\getParentType
getParentType()
Definition:
class.ilLogoutPage.php:25
ilPageObject
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
Definition:
class.ilPageObject.php:53
components
ILIAS
Authentication
classes
class.ilLogoutPage.php
Generated on Sat Oct 18 2025 23:02:28 for ILIAS by
1.9.4 (using
Doxyfile
)