ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
{
26
public
function
withTitle
($title);
27
28
34
public
function
getTitle
();
35
43
public
function
withContent
($content);
44
45
51
public
function
getContent
();
52
}
ILIAS\UI\Component\Dropzone\File\Wrapper\withContent
withContent($content)
Get a wrapper dropzone like this, wrapping around the given component(s).
Component
ILIAS\UI\Component\Dropzone\File\Wrapper\getTitle
getTitle()
Get the custom title if set.
ILIAS\UI\Component\Dropzone\File\File
Definition:
File.php:18
ILIAS\UI\Component\Dropzone\File\Wrapper
Definition:
Wrapper.php:17
ILIAS\UI\Component\Dropzone\File\Wrapper\withTitle
withTitle($title)
Get a wrapper dropzone like this, but showing a custom title in the appearing modal.
ILIAS\UI\Component\Dropzone\File
Definition:
Factory.php:3
ILIAS\UI\Component\Dropzone\File\Wrapper\getContent
getContent()
Get the components being wrapped by this dropzone.
src
UI
Component
Dropzone
File
Wrapper.php
Generated on Wed Apr 9 2025 20:01:39 for ILIAS by
1.8.13 (using
Doxyfile
)