ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
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
class.ilObjFileUploadResponse.php
Go to the documentation of this file.
1
<?php
2
7
class
ilObjFileUploadResponse
extends
stdClass
8
{
9
public
$debug
=
''
;
10
public
$error
= null;
11
public
$fileName
=
''
;
12
public
$fileSize
= 0;
13
public
$fileType
=
''
;
14
15
public
function
send
() : void
16
{
17
echo json_encode($this, JSON_THROW_ON_ERROR);
18
// no further processing!
19
exit
;
20
}
21
}
ilObjFileUploadResponse\$fileSize
$fileSize
Definition:
class.ilObjFileUploadResponse.php:12
exit
exit
Definition:
login.php:29
ilObjFileUploadResponse\$fileName
$fileName
Definition:
class.ilObjFileUploadResponse.php:11
ilObjFileUploadResponse\$debug
$debug
Definition:
class.ilObjFileUploadResponse.php:9
ilObjFileUploadResponse
Class ilObjFileUploadResponse.
Definition:
class.ilObjFileUploadResponse.php:7
ilObjFileUploadResponse\$fileType
$fileType
Definition:
class.ilObjFileUploadResponse.php:13
ilObjFileUploadResponse\$error
$error
Definition:
class.ilObjFileUploadResponse.php:10
ilObjFileUploadResponse\send
send()
Definition:
class.ilObjFileUploadResponse.php:15
stdClass
Modules
File
classes
Upload
class.ilObjFileUploadResponse.php
Generated on Fri Apr 4 2025 21:01:01 for ILIAS by
1.8.13 (using
Doxyfile
)