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.SubtitlesGUIRequest.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\MediaObjects\SubTitles
;
20
21
use
ILIAS\Repository\BaseGUIRequest
;
22
23
class
SubtitlesGUIRequest
24
{
25
use
BaseGUIRequest
;
26
27
public
function
__construct
(
28
\
ILIAS
\
HTTP
\
Services
$http
,
29
\
ILIAS
\
Refinery
\
Factory
$refinery
30
) {
31
$this->
initRequest
(
32
$http,
33
$refinery
34
);
35
}
36
37
public
function
getSrtFiles
(): array
38
{
39
return
$this->
strArray
(
"srt"
);
40
}
41
42
public
function
getFiles
(): array
43
{
44
return
$this->
strArray
(
"file"
);
45
}
46
47
public
function
getLanguage
(): string
48
{
49
return
$this->
str
(
"language"
);
50
}
51
}
ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest\getFiles
getFiles()
Definition:
class.SubtitlesGUIRequest.php:42
ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest\getSrtFiles
getSrtFiles()
Definition:
class.SubtitlesGUIRequest.php:37
ILIAS
Class ChatMainBarProvider .
ILIAS\Repository\str
str(string $key)
Definition:
trait.BaseGUIRequest.php:106
ILIAS\Repository\strArray
strArray(string $key)
Definition:
trait.BaseGUIRequest.php:116
Services
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
HTTP
ILIAS\Repository\initRequest
initRequest(HTTP\Services $http, Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
Query params and post data parameters are used for testing.
Definition:
trait.BaseGUIRequest.php:48
Factory
ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest\getLanguage
getLanguage()
Definition:
class.SubtitlesGUIRequest.php:47
ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest
Definition:
class.SubtitlesGUIRequest.php:23
ILIAS\Repository\BaseGUIRequest
trait BaseGUIRequest
Base gui request wrapper.
Definition:
trait.BaseGUIRequest.php:34
$http
$http
Definition:
raiseError.php:7
ILIAS\MediaObjects\SubTitles
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.SubtitlesGUIRequest.php:19
ILIAS\MediaObjects\SubTitles\SubtitlesGUIRequest\__construct
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
Definition:
class.SubtitlesGUIRequest.php:27
ILIAS\Repository\$refinery
Refinery Factory $refinery
Definition:
trait.BaseGUIRequest.php:36
Services
MediaObjects
SubTitles
class.SubtitlesGUIRequest.php
Generated on Tue Apr 1 2025 22:02:26 for ILIAS by
1.8.13 (using
Doxyfile
)