ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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... | |
Data Fields | |
$values = array() | |
Definition at line 55 of file InputTest.php.
DefInputData::__construct | ( | array | $values | ) |
Definition at line 60 of file InputTest.php.
DefInputData::get | ( | $name | ) |
Get a named value from the data.
string | $name |
Implements ILIAS\UI\Implementation\Component\Input\InputData.
Definition at line 66 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$name.
DefInputData::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\InputData.
Definition at line 79 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$name, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
DefInputData::$values = array() |
Definition at line 57 of file InputTest.php.