|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for DefPostData:
Collaboration diagram for DefPostData:Public Member Functions | |
| __construct (array $values) | |
| get ($name) | |
| Get a named value from the data. More... | |
| getOr ($name, $value) | |
| 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... | |
Data Fields | |
| $values = array() | |
Definition at line 50 of file InputTest.php.
| DefPostData::__construct | ( | array | $values | ) |
Definition at line 55 of file InputTest.php.
References $values.
| DefPostData::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 61 of file InputTest.php.
References $name.
| DefPostData::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 74 of file InputTest.php.
References $name.
| DefPostData::$values = array() |
Definition at line 52 of file InputTest.php.
Referenced by __construct().