ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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\test_getInputs().


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