ILIAS  release_7 Revision v7.30-3-g800a261c036
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.