ILIAS
release_8 Revision v8.19
◀ 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
n
o
p
r
s
t
u
v
w
x
+
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
j
l
m
p
s
t
u
+
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
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilUIAsyncDemoFileUploadHandler.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
/* Copyright (c) 2021 Thibeau Fuhrer <thibeau@sr.solutions> Extended GPL, see docs/LICENSE */
6
10
class
ilUIAsyncDemoFileUploadHandler
extends
ilUIDemoFileUploadHandlerGUI
11
{
12
public
function
getUploadURL
(): string
13
{
14
return
$this->
ctrl
->getLinkTargetByClass(
15
[ilUIPluginRouterGUI::class, self::class],
16
self::CMD_UPLOAD,
17
null,
18
true
19
);
20
}
21
22
public
function
getExistingFileInfoURL
(): string
23
{
24
return
$this->
ctrl
->getLinkTargetByClass(
25
[ilUIPluginRouterGUI::class, self::class],
26
self::CMD_INFO,
27
null,
28
true
29
);
30
}
31
32
public
function
getFileRemovalURL
(): string
33
{
34
return
$this->
ctrl
->getLinkTargetByClass(
35
[ilUIPluginRouterGUI::class, self::class],
36
self::CMD_REMOVE,
37
null,
38
true
39
);
40
}
41
}
ilUIAsyncDemoFileUploadHandler\getUploadURL
getUploadURL()
Definition:
class.ilUIAsyncDemoFileUploadHandler.php:12
ilUIAsyncDemoFileUploadHandler\getFileRemovalURL
getFileRemovalURL()
Definition:
class.ilUIAsyncDemoFileUploadHandler.php:32
ILIAS\Repository\ctrl
ctrl()
Definition:
trait.GlobalDICGUIServices.php:52
ilUIDemoFileUploadHandlerGUI
Class ilUIDemoFileUploadHandlerGUI.
Definition:
class.ilUIDemoFileUploadHandlerGUI.php:31
ilUIAsyncDemoFileUploadHandler
Definition:
class.ilUIAsyncDemoFileUploadHandler.php:10
ilUIAsyncDemoFileUploadHandler\getExistingFileInfoURL
getExistingFileInfoURL()
Definition:
class.ilUIAsyncDemoFileUploadHandler.php:22
Services
UI
classes
class.ilUIAsyncDemoFileUploadHandler.php
Generated on Tue Apr 1 2025 22:02:37 for ILIAS by
1.8.13 (using
Doxyfile
)