ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Hoverable.php
Go to the documentation of this file.
1 <?php
2 namespace ILIAS\UI\Component;
3 
11 interface Hoverable extends Triggerer
12 {
13 
22  public function withOnHover(Signal $signal);
23 
32  public function appendOnHover(Signal $signal);
33 }
withOnHover(Signal $signal)
Get a component like this, triggering a signal of another component on hover.
appendOnHover(Signal $signal)
Get a component like this, triggering a signal of another component on hover.