ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Triggerer.php File Reference

Go to the source code of this file.

Namespaces

 ILIAS\UI\Implementation\Component
 
 ILIAS
 Interface Observer Contains several chained tasks and infos about them.
 

Functions

 ILIAS\UI\Implementation\Component::appendTriggeredSignal (C\Signal $signal, string $event)
 Append a triggered signal to other signals of the same event. More...
 
 ILIAS\UI\Implementation\Component::withTriggeredSignal (C\Signal $signal, string $event)
 Add a triggered signal, replacing any other signals registered on the same event. More...
 
 ILIAS\UI\Implementation\Component::setTriggeredSignal (C\Signal $signal, string $event)
 Add a triggered signal, replacing any other signals registered on the same event. More...
 
 ILIAS\UI\Implementation\Component::getTriggeredSignals ()
 
 ILIAS\UI\Implementation\Component::getTriggeredSignalsFor (string $event)
 Get signals that are triggered for a certain event. More...
 
 ILIAS\UI\Implementation\Component::withResetTriggeredSignals ()
 
 ILIAS\UI\Implementation\Component::flattenArray (array $array)
 Flatten a multidimensional array to a single dimension. More...
 

Variables

trait ILIAS\UI\Implementation\Component::Triggerer