| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
 Inheritance diagram for _PWDInputData:
 Collaboration diagram for _PWDInputData:Public Member Functions | |
| get (string $name) | |
| @ineritdoc  More... | |
| getOr (string $name, $default) | |
| @inheritcoc  More... | |
| has ($name) | |
| @inheritcoc  More... | |
  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... | |
Definition at line 33 of file PasswordInputTest.php.
| _PWDInputData::get | ( | string | $name | ) | 
@ineritdoc
Implements ILIAS\UI\Implementation\Component\Input\InputData.
Definition at line 38 of file PasswordInputTest.php.
| _PWDInputData::getOr | ( | string | $name, | 
| $default | |||
| ) | 
@inheritcoc
Implements ILIAS\UI\Implementation\Component\Input\InputData.
Definition at line 46 of file PasswordInputTest.php.
| _PWDInputData::has | ( | $name | ) | 
@inheritcoc
Definition at line 54 of file PasswordInputTest.php.