ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilLoginPageGUI.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilPageObjectGUI.
__construct(int $a_id=0, int $a_old_nr=0)
__construct(VocabulariesInterface $vocabularies)