ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Wrapper.php
Go to the documentation of this file.
1
<?
php
2
namespace
ILIAS\UI\Component\Dropzone\File
;
3
4
use
ILIAS\UI\Component\Component
;
5
17
interface
Wrapper
extends
File
18
{
19
27
public
function
withContent
($content);
28
29
35
public
function
getContent
();
36
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:14
ILIAS\UI\Component\Dropzone\File\File
Definition:
File.php:19
ILIAS\UI\Component\Dropzone\File\Wrapper
Definition:
Wrapper.php:18
ILIAS\UI\Component\Dropzone\File\Wrapper\getContent
getContent()
Get the components being wrapped by this dropzone.
ILIAS\UI\Component\Dropzone\File\Wrapper\withContent
withContent($content)
Get a wrapper dropzone like this, wrapping around the given component(s).
ILIAS\UI\Component\Dropzone\File
Definition:
Factory.php:3
src
UI
Component
Dropzone
File
Wrapper.php
Generated on Sat Oct 4 2025 19:01:27 for ILIAS by
1.9.4 (using
Doxyfile
)