ILIAS
trunk Revision v11.0_alpha-1862-g4e205cb56d4
|
Public Member Functions | |
get (string $name) | |
getOr (string $name, $default) | |
has ($name) | |
![]() | |
has (string $name) | |
Check for existence of parameter name in data. More... | |
Definition at line 34 of file PasswordInputTest.php.
_PWDInputData::get | ( | string | $name | ) |
Implements ILIAS\UI\Component\Input\InputData.
Definition at line 39 of file PasswordInputTest.php.
_PWDInputData::getOr | ( | string | $name, |
$default | |||
) |
Implements ILIAS\UI\Component\Input\InputData.
Definition at line 47 of file PasswordInputTest.php.
_PWDInputData::has | ( | $name | ) |
Definition at line 55 of file PasswordInputTest.php.