ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Droppable.php
Go to the documentation of this file.
1 <?php
14 namespace ILIAS\UI\Component;
15 
16 interface Droppable extends Triggerer
17 {
18 
27  public function withOnDrop(Signal $signal);
28 
29 
38  public function withAdditionalDrop(Signal $signal);
39 }
withOnDrop(Signal $signal)
Get a component like this, triggering a signal of another component when files have been dropped...
withAdditionalDrop(Signal $signal)
Get a component like this, triggering a signal of another component when files have been dropped...