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

Public Member Functions

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

Data Fields

string $name = "name"
 

Detailed Description

Definition at line 35 of file FilterTest.php.

Member Function Documentation

◆ getNewName()

FixedNameSourceFilter::getNewName ( )

Generates a unique name on every call.

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

Definition at line 39 of file FilterTest.php.

References $name.

39  : string
40  {
41  return $this->name;
42  }

Field Documentation

◆ $name

string FixedNameSourceFilter::$name = "name"

Definition at line 37 of file FilterTest.php.

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


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