ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Signal.php
Go to the documentation of this file.
1 <?php
2 namespace ILIAS\UI\Component;
3 
13 interface Signal
14 {
15 
21  public function getId();
22 
28  public function getOptions();
29 }
getOptions()
Get the options of this signal.
getId()
Get the ID of this signal.