ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Go to the source code of this file.
Namespaces | |
namespace | ILIAS\UI\Implementation\Component |
namespace | ILIAS |
Interface Observer \BackgroundTasks 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 |