ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Triggerer.php
Go to the documentation of this file.
1<?php
2namespace ILIAS\UI\Component;
3
5
16{
17
23 public function withResetTriggeredSignals();
24
30 public function getTriggeredSignals();
31}
An exception for terminatinating execution or to throw for unit testing.
Interface to be extended by components that have the possibility to bind to Javascript.
withResetTriggeredSignals()
Get a component like this but reset any triggered signals of other components.
getTriggeredSignals()
Get all triggered signals of this component.