ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
FixedNameSource Class Reference
+ Inheritance diagram for FixedNameSource:
+ Collaboration diagram for FixedNameSource:

Public Member Functions

 getNewName ()
 Generates a unique name on every call. More...
 
 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.

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

References $name.

Field Documentation

◆ $name

string FixedNameSource::$name = "name"

Definition at line 39 of file FormTest.php.

Referenced by getNewName().


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