ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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...