ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Onloadable.php
Go to the documentation of this file.
1<?php
2namespace ILIAS\UI\Component;
3
11interface Onloadable extends Triggerer
12{
13
21 public function withOnLoad(Signal $signal);
22
31 public function appendOnLoad(Signal $signal);
32}
An exception for terminatinating execution or to throw for unit testing.
withOnLoad(Signal $signal)
Trigger a signal of another component on load.
appendOnLoad(Signal $signal)
Get a component like this, triggering a signal of another component on load.