ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
_PWDPostData Class Reference
+ Inheritance diagram for _PWDPostData:
+ Collaboration diagram for _PWDPostData:

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 17 of file PasswordInputTest.php.

Member Function Documentation

◆ get()

_PWDPostData::get (   $name)

Get a named value from the data.

Parameters
string$name
Exceptions

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

Definition at line 19 of file PasswordInputTest.php.

20  {
21  return 'some value';
22  }

◆ getOr()

_PWDPostData::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\PostData.

Definition at line 23 of file PasswordInputTest.php.

24  {
25  return 'some alternative value';
26  }

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