ILIAS
trunk Revision v11.0_alpha-1713-gd8962da2f67
|
Public Member Functions | |
__construct (array $values) | |
get (string $name) | |
getOr (string $name, $default) | |
has ($name) | |
![]() | |
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.
DefInputData::get | ( | string | $name | ) |
Implements ILIAS\UI\Component\Input\InputData.
Definition at line 87 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Input\$name.
DefInputData::getOr | ( | string | $name, |
$default | |||
) |
Implements ILIAS\UI\Component\Input\InputData.
Definition at line 102 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Input\$name.
DefInputData::has | ( | $name | ) |
Definition at line 114 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Input\$name.
array DefInputData::$values = array() |
Definition at line 77 of file InputTest.php.