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