ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
_PWDInputData Class Reference
+ Inheritance diagram for _PWDInputData:
+ Collaboration diagram for _PWDInputData:

Public Member Functions

 get ($name)
 Get a named value from the data. More...
 
 getOr ($name, $default)
 Get a named value from the data and fallback to default if that name does not exist. More...
 

Detailed Description

Definition at line 15 of file PasswordInputTest.php.

Member Function Documentation

◆ get()

_PWDInputData::get (   $name)

Get a named value from the data.

Parameters
string$name
Exceptions

Implements ILIAS\UI\Implementation\Component\Input\InputData.

Definition at line 17 of file PasswordInputTest.php.

18  {
19  return 'some value';
20  }

◆ getOr()

_PWDInputData::getOr (   $name,
  $default 
)

Get a named value from the data and fallback to default if that name does not exist.

Parameters
string$name
mixed$default
Returns
mixed

Implements ILIAS\UI\Implementation\Component\Input\InputData.

Definition at line 21 of file PasswordInputTest.php.

22  {
23  return 'some alternative value';
24  }

The documentation for this class was generated from the following file: