ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Droppable
Definition:
Droppable.php:17
ILIAS\UI\Component\Droppable\withAdditionalDrop
withAdditionalDrop(Signal $signal)
Get a component like this, triggering a signal of another component when files have been dropped.
ILIAS\UI\Component\Droppable\withOnDrop
withOnDrop(Signal $signal)
Get a component like this, triggering a signal of another component when files have been dropped.
ILIAS\UI\Component\Signal
Definition:
Signal.php:14
ILIAS\UI\Component\Triggerer
Definition:
Triggerer.php:16
ILIAS\UI\Component
src
UI
Component
Droppable.php
Generated on Sat Oct 4 2025 20:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)