ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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\Implementation\Component\Input\InputData
 has (string $name)
 Check for existence of parameter name in data. More...
 

Detailed Description

Definition at line 33 of file PasswordInputTest.php.

Member Function Documentation

◆ get()

_PWDInputData::get ( string  $name)

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

Definition at line 38 of file PasswordInputTest.php.

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

◆ getOr()

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

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

Definition at line 46 of file PasswordInputTest.php.

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

◆ has()

_PWDInputData::has (   $name)

Definition at line 54 of file PasswordInputTest.php.

54  : bool
55  {
56  return true;
57  }

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