ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
FixedNameSource Class Reference
+ Inheritance diagram for FixedNameSource:
+ Collaboration diagram for FixedNameSource:

Public Member Functions

 getNewName ()
 Generates a unique name on every call. More...
 

Data Fields

string $name = "name"
 

Detailed Description

Definition at line 37 of file FormTest.php.

Member Function Documentation

◆ getNewName()

FixedNameSource::getNewName ( )

Generates a unique name on every call.

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

Definition at line 41 of file FormTest.php.

References $name.

41  : string
42  {
43  return $this->name;
44  }
string $name
Definition: FormTest.php:39

Field Documentation

◆ $name

string FixedNameSource::$name = "name"

Definition at line 39 of file FormTest.php.

Referenced by getNewName(), and FormTest\testGetInputs().


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