ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
get ($name) | |
Get a named value from the data. More... | |
getOr ($name, $default) | |
Get a named value from the data and fallback to default if that name does not exist. More... | |
Definition at line 17 of file PasswordInputTest.php.
_PWDPostData::get | ( | $name | ) |
Get a named value from the data.
string | $name |
Implements ILIAS\UI\Implementation\Component\Input\PostData.
Definition at line 19 of file PasswordInputTest.php.
_PWDPostData::getOr | ( | $name, | |
$default | |||
) |
Get a named value from the data and fallback to default if that name does not exist.
string | $name | |
mixed | $default |
Implements ILIAS\UI\Implementation\Component\Input\PostData.
Definition at line 23 of file PasswordInputTest.php.