ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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

 $name = "name"
 

Detailed Description

Definition at line 22 of file FormTest.php.

Member Function Documentation

◆ getNewName()

FixedNameSource::getNewName ( )

Generates a unique name on every call.

Returns
string

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

Definition at line 26 of file FormTest.php.

References $name.

27  {
28  return $this->name;
29  }

Field Documentation

◆ $name

FixedNameSource::$name = "name"

Definition at line 24 of file FormTest.php.

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


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