| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for DefInputData:
 Collaboration diagram for DefInputData:Public Member Functions | |
| __construct (array $values) | |
| get (string $name) | |
| getOr (string $name, $default) | |
| has ($name) | |
  Public Member Functions inherited from ILIAS\UI\Implementation\Component\Input\InputData | |
| 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\Implementation\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\Implementation\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.