ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
}
ilPageObject
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
Definition:
class.ilPageObject.php:52
ilLogoutPage\getParentType
getParentType()
Definition:
class.ilLogoutPage.php:25
ilLogoutPage
Definition:
class.ilLogoutPage.php:21
ilLogoutPage\PAGE_TYPE
final const string PAGE_TYPE
Definition:
class.ilLogoutPage.php:23
components
ILIAS
Authentication
classes
class.ilLogoutPage.php
Generated on Mon Sep 1 2025 23:02:14 for ILIAS by
1.8.13 (using
Doxyfile
)