ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Triggerer.php
Go to the documentation of this file.
1 <?php
2 namespace ILIAS\UI\Component;
3 
5 
15 interface Triggerer extends JavaScriptBindable
16 {
17 
23  public function withResetTriggeredSignals();
24 
30  public function getTriggeredSignals();
31 }
withResetTriggeredSignals()
Get a component like this but reset any triggered signals of other components.
getTriggeredSignals()
Get all triggered signals of this component.