ILIAS  release_8 Revision v8.23
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 36 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 40 of file FormTest.php.

References $name.

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

Field Documentation

◆ $name

string FixedNameSource::$name = "name"

Definition at line 38 of file FormTest.php.

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


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