ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
Droppable.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\UI\Component
;
22
34
interface
Droppable
extends
Triggerer
35
{
43
public
function
withOnDrop
(
Signal
$signal);
44
45
53
public
function
withAdditionalDrop
(
Signal
$signal);
54
}
ILIAS\UI\Component\Droppable
Definition:
Droppable.php:35
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:33
ILIAS\UI\Component\Triggerer
Definition:
Triggerer.php:35
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
src
UI
Component
Droppable.php
Generated on Mon Nov 3 2025 22:02:11 for ILIAS by
1.9.4 (using
Doxyfile
)