ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilLoginPageGUI.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
30
class
ilLoginPageGUI
extends
ilPageObjectGUI
31
{
32
public
function
__construct
(
int
$a_id = 0,
int
$a_old_nr = 0)
33
{
34
parent::__construct
(
"auth"
, $a_id, $a_old_nr);
35
}
36
}
ilLoginPageGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilLoginPageGUI.php:30
ilPageObjectGUI
Class ilPageObjectGUI.
Definition:
class.ilPageObjectGUI.php:33
ilLoginPageGUI\__construct
__construct(int $a_id=0, int $a_old_nr=0)
Definition:
class.ilLoginPageGUI.php:32
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
Services
Authentication
classes
class.ilLoginPageGUI.php
Generated on Wed Sep 10 2025 14:11:17 for ILIAS by
1.8.13 (using
Doxyfile
)