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

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 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.

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

References $name.

Field Documentation

◆ $name

string FixedNameSourceFilter::$name = "name"

Definition at line 37 of file FilterTest.php.

Referenced by getNewName().


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