ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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
PAGE_TYPE
=
'aout'
;
24
25
public
function
getParentType
(): string
26
{
27
return
self::PAGE_TYPE;
28
}
29
}
ilLogoutPage\PAGE_TYPE
final const PAGE_TYPE
Definition:
class.ilLogoutPage.php:23
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
components
ILIAS
Authentication
classes
class.ilLogoutPage.php
Generated on Wed Sep 10 2025 15:14:52 for ILIAS by
1.8.13 (using
Doxyfile
)