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
UploadHandler.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
namespace
ILIAS\UI\Component\Input\Field
;
4
5
use
ILIAS\FileUpload\Handler\BasicFileInfoResult
;
6
12
interface
UploadHandler
13
{
14
public
const
DEFAULT_FILE_ID_PARAMETER
=
'file_id'
;
15
16
20
public
function
getFileIdentifierParameterName
() : string;
21
22
27
public
function
getUploadURL
() : string;
28
29
35
public
function
getFileRemovalURL
() : string;
36
37
43
public
function
getExistingFileInfoURL
() : string;
44
45
51
public
function
getInfoForExistingFiles
(array $file_ids) : array;
52
}
ILIAS\UI\Component\Input\Field\UploadHandler\getFileIdentifierParameterName
getFileIdentifierParameterName()
ILIAS\UI\Component\Input\Field\UploadHandler\getUploadURL
getUploadURL()
ILIAS\UI\Component\Input\Field\UploadHandler\DEFAULT_FILE_ID_PARAMETER
const DEFAULT_FILE_ID_PARAMETER
Definition:
UploadHandler.php:14
ILIAS\UI\Component\Input\Field\UploadHandler\getFileRemovalURL
getFileRemovalURL()
ILIAS\UI\Component\Input\Field\UploadHandler\getInfoForExistingFiles
getInfoForExistingFiles(array $file_ids)
ILIAS\UI\Component\Input\Field
Definition:
Checkbox.php:6
BasicFileInfoResult
ILIAS\UI\Component\Input\Field\UploadHandler
Interface UploadHandler.
Definition:
UploadHandler.php:12
ILIAS\UI\Component\Input\Field\UploadHandler\getExistingFileInfoURL
getExistingFileInfoURL()
src
UI
Component
Input
Field
UploadHandler.php
Generated on Sat Apr 5 2025 20:01:39 for ILIAS by
1.8.13 (using
Doxyfile
)