ILIAS  release_7 Revision v7.30-3-g800a261c036
Changeable.php
Go to the documentation of this file.
1<?php
2namespace ILIAS\UI\Component;
3
11interface Changeable extends Triggerer
12{
13
22 public function withOnChange(Signal $signal);
23
32 public function appendOnChange(Signal $signal);
33}
An exception for terminatinating execution or to throw for unit testing.
withOnChange(Signal $signal)
Get a component like this, triggering a signal of another component on change.
appendOnChange(Signal $signal)
Get a component like this, triggering a signal of another component on change.