ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IncrementalSignalGenerator Class Reference
+ Inheritance diagram for IncrementalSignalGenerator:
+ Collaboration diagram for IncrementalSignalGenerator:

Protected Member Functions

 createId ()
 
- Protected Member Functions inherited from ILIAS\UI\Implementation\Component\SignalGenerator
 createId ()
 

Protected Attributes

 $id = 0
 

Additional Inherited Members

- Public Member Functions inherited from ILIAS\UI\Implementation\Component\SignalGenerator
 create ($class='')
 Create a signal, each created signal MUST have a unique ID.
Parameters
string$classFully qualified class name (including namespace) of desired signal sub type
Returns
Signal
More...
 
- Data Fields inherited from ILIAS\UI\Implementation\Component\SignalGenerator
const PREFIX = 'il_signal_'
 

Detailed Description

Definition at line 166 of file Base.php.

Member Function Documentation

◆ createId()

IncrementalSignalGenerator::createId ( )
protected

Definition at line 170 of file Base.php.

References $id.

171  {
172  return 'signal_' . ++$this->id;
173  }

Field Documentation

◆ $id

IncrementalSignalGenerator::$id = 0
protected

Definition at line 168 of file Base.php.


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