ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
TriggeredSignalInterface.php
Go to the documentation of this file.
1<?php
3
5
14{
15
21 public function getSignal();
22
28 public function getEvent();
29}
An exception for terminatinating execution or to throw for unit testing.
getSignal()
Get the signal that will be triggered.
getEvent()
Get the event triggering the signal.