|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for DefInputData:
Collaboration diagram for DefInputData:Public Member Functions | |
| __construct (array $values) | |
| get (string $name) | |
| @ineritdoc More... | |
| getOr (string $name, $default) | |
| @ineritdoc More... | |
| has ($name) | |
Public Member Functions inherited from ILIAS\UI\Implementation\Component\Input\InputData | |
| get (string $name) | |
| Get a named value from the data. More... | |
| getOr (string $name, $default) | |
| Get a named value from the data and fallback to default if that name does not exist. More... | |
| has (string $name) | |
| Check for existence of parameter name in data. More... | |
Data Fields | |
| array | $values = array() |
Definition at line 75 of file InputTest.php.
| DefInputData::__construct | ( | array | $values | ) |
Definition at line 79 of file InputTest.php.
References $values.
| DefInputData::get | ( | string | $name | ) |
@ineritdoc
Implements ILIAS\UI\Implementation\Component\Input\InputData.
Definition at line 87 of file InputTest.php.
References $name.
| DefInputData::getOr | ( | string | $name, |
| $default | |||
| ) |
@ineritdoc
Implements ILIAS\UI\Implementation\Component\Input\InputData.
Definition at line 102 of file InputTest.php.
References $name.
| DefInputData::has | ( | $name | ) |
Definition at line 114 of file InputTest.php.
References $name.
| array DefInputData::$values = array() |
Definition at line 77 of file InputTest.php.
Referenced by __construct().