ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 152 of file Base.php.

Member Function Documentation

◆ createId()

IncrementalSignalGenerator::createId ( )
protected

Definition at line 156 of file Base.php.

References $id.

157  {
158  return 'signal_' . ++$this->id;
159  }

Field Documentation

◆ $id

IncrementalSignalGenerator::$id = 0
protected

Definition at line 154 of file Base.php.


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