|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for _PWDPostData:
Collaboration diagram for _PWDPostData: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... | |
| 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 |
LogicException if name is not in data
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.