ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Wrapper.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\UI\Component\Dropzone\File
;
20
21
use
ILIAS\UI\Component\Component
;
22
use
ILIAS\UI\Component\Triggerable
;
23
use
ILIAS\UI\Implementation\Component\Signal
;
24
31
interface
Wrapper
extends
File
32
{
38
public
function
getContent
(): array;
39
}
Signal
Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Triggerable
ILIAS\UI\Component\Dropzone\File\File
Definition:
File.php:31
ILIAS\UI\Component\Dropzone\File\Wrapper
A wrapper file dropzone wraps around any other component from the UI framework, e.g.
Definition:
Wrapper.php:31
ILIAS\UI\Component\Dropzone\File
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:19
ILIAS\UI\Component\Dropzone\File\Wrapper\getContent
getContent()
Get the components being wrapped by this dropzone.
components
ILIAS
UI
src
Component
Dropzone
File
Wrapper.php
Generated on Mon Sep 1 2025 23:03:30 for ILIAS by
1.8.13 (using
Doxyfile
)