ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Onloadable.php
Go to the documentation of this file.
1 <?php
2 namespace ILIAS\UI\Component;
3 
11 interface Onloadable extends Triggerer
12 {
13 
21  public function withOnLoad(Signal $signal);
22 
31  public function appendOnLoad(Signal $signal);
32 }
appendOnLoad(Signal $signal)
Get a component like this, triggering a signal of another component on load.
withOnLoad(Signal $signal)
Trigger a signal of another component on load.