|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Namespaces | |
| namespace | ILIAS\UI\Implementation\Component |
| namespace | ILIAS |
| Class BaseForm. | |
Functions | |
| ILIAS\UI\Implementation\Component::appendTriggeredSignal (Component\Signal $signal, $event) | |
| Append a triggered signal to other signals of the same event. More... | |
| ILIAS\UI\Implementation\Component::withTriggeredSignal (Component\Signal $signal, $event) | |
| Add a triggered signal, replacing any other signals registered on the same event. More... | |
| ILIAS\UI\Implementation\Component::setTriggeredSignal (Component\Signal $signal, $event) | |
| Add a triggered signal, replacing any othe signals registered on the same event. More... | |
| ILIAS\UI\Implementation\Component::getTriggeredSignals () | |
| ILIAS\UI\Implementation\Component::getTriggeredSignalsFor ($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 |