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