ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Signal.php
Go to the documentation of this file.
1<?php
2namespace ILIAS\UI\Component;
3
13interface Signal
14{
15
21 public function getId();
22
28 public function getOptions();
29}
An exception for terminatinating execution or to throw for unit testing.
getOptions()
Get the options of this signal.
getId()
Get the ID of this signal.