ILIAS  release_8 Revision v8.24
class.ilLoginPageGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
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}
Login page GUI class.
__construct(int $a_id=0, int $a_old_nr=0)
Class ilPageObjectGUI.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc