3declare(strict_types=1);
38 self::UNDEFINED_NAME => 0,
39 self::USER_ID_NAME => 1,
40 self::SESSION_ID_NAME => 2,
41 self::LOGIN_NAME => 3,
42 self::MATRICULATION_NAME => 4
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const VALUES_TEXT
Keys of the language variables to the possible values, e.g.
const VALUES
TODO Once the GUI is updated, undefined can be dropped.
__construct(int $value, string $name)