ILIAS  release_7 Revision v7.30-3-g800a261c036
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

 $name = "name"
 

Detailed Description

Definition at line 18 of file FilterTest.php.

Member Function Documentation

◆ getNewName()

FixedNameSourceFilter::getNewName ( )

Generates a unique name on every call.

Returns
string

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

Definition at line 23 of file FilterTest.php.

References $name.

24  {
25  return $this->name;
26  }

Field Documentation

◆ $name

FixedNameSourceFilter::$name = "name"

Definition at line 20 of file FilterTest.php.

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


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