ILIAS
release_8 Revision v8.19
|
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 33 of file PasswordInputTest.php.
_PWDInputData::get | ( | string | $name | ) |
Implements ILIAS\UI\Implementation\Component\Input\InputData.
Definition at line 38 of file PasswordInputTest.php.
_PWDInputData::getOr | ( | string | $name, |
$default | |||
) |
Implements ILIAS\UI\Implementation\Component\Input\InputData.
Definition at line 46 of file PasswordInputTest.php.
_PWDInputData::has | ( | $name | ) |
Definition at line 54 of file PasswordInputTest.php.