ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilLoginPage.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
26
class
ilLoginPage
extends
ilPageObject
27
{
32
public
function
getParentType
(): string
33
{
34
return
"auth"
;
35
}
36
}
ilPageObject
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
Definition:
class.ilPageObject.php:50
ilLoginPage\getParentType
getParentType()
Get parent type.
Definition:
class.ilLoginPage.php:32
ilLoginPage
Login page object.
Definition:
class.ilLoginPage.php:26
Services
Authentication
classes
class.ilLoginPage.php
Generated on Sun Aug 31 2025 22:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)