19 declare(strict_types=1);
36 self::UNDEFINED_NAME => 0,
37 self::USER_ID_NAME => 1,
38 self::LOGIN_NAME => 3,
39 self::MATRICULATION_NAME => 4
47 self::VALUES[self::UNDEFINED_NAME] =>
'links_select_one',
48 self::VALUES[self::USER_ID_NAME] =>
'links_user_id',
49 self::VALUES[self::LOGIN_NAME] =>
'links_user_name',
50 self::VALUES[self::MATRICULATION_NAME] =>
'matriculation',
__construct(int $value, string $name)
const array VALUES_TEXT
Keys of the language variables to the possible values, e.g.
Base class for parameters attached to Web Link items.
const string USER_ID_NAME
const array VALUES
TODO Once the GUI is updated, undefined can be dropped.
const string MATRICULATION_NAME
const string UNDEFINED_NAME