ILIAS  trunk Revision v11.0_alpha-1862-g4e205cb56d4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
_PWDInputData Class Reference
+ 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\Component\Input\InputData
 has (string $name)
 Check for existence of parameter name in data. More...
 

Detailed Description

Definition at line 34 of file PasswordInputTest.php.

Member Function Documentation

◆ get()

_PWDInputData::get ( string  $name)

Implements ILIAS\UI\Component\Input\InputData.

Definition at line 39 of file PasswordInputTest.php.

39  : string
40  {
41  return 'some value';
42  }

◆ getOr()

_PWDInputData::getOr ( string  $name,
  $default 
)

Implements ILIAS\UI\Component\Input\InputData.

Definition at line 47 of file PasswordInputTest.php.

47  : string
48  {
49  return 'some alternative value';
50  }

◆ has()

_PWDInputData::has (   $name)

Definition at line 55 of file PasswordInputTest.php.

55  : bool
56  {
57  return true;
58  }

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