ILIAS  release_7 Revision v7.30-3-g800a261c036
Hoverable.php
Go to the documentation of this file.
1<?php
2namespace ILIAS\UI\Component;
3
11interface Hoverable extends Triggerer
12{
13
22 public function withOnHover(Signal $signal);
23
32 public function appendOnHover(Signal $signal);
33}
An exception for terminatinating execution or to throw for unit testing.
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.