ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
◀ 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.InternalRequestService.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\WorkflowEngine
;
22
23
use
ILIAS\Repository\BaseGUIRequest
;
24
25
class
InternalRequestService
26
{
27
use
BaseGUIRequest
;
28
29
protected
array
$params
;
30
31
public
function
__construct
(
32
\
ILIAS
\
HTTP
\
Services
$http
,
33
\
ILIAS
\
Refinery
\
Factory
$refinery
34
) {
35
$this->
initRequest
(
36
$http,
37
$refinery
38
);
39
}
40
41
public
function
getRefId
():
int
42
{
43
return
$this->
int
(
"ref_id"
);
44
}
45
46
public
function
getProcessId
(): string
47
{
48
return
$this->
str
(
"process_id"
);
49
}
50
51
public
function
is_set
(
string
$key
): bool
52
{
53
return
$this->
str
($key) !==
""
;
54
}
55
}
ILIAS
Class ChatMainBarProvider .
ILIAS\Repository\str
str(string $key)
Definition:
trait.BaseGUIRequest.php:106
ILIAS\WorkflowEngine\InternalRequestService\is_set
is_set(string $key)
Definition:
class.InternalRequestService.php:51
ILIAS\WorkflowEngine\InternalRequestService\getRefId
getRefId()
Definition:
class.InternalRequestService.php:41
Services
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
HTTP
ILIAS\WorkflowEngine\InternalRequestService
Definition:
class.InternalRequestService.php:25
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
ILIAS\WorkflowEngine\InternalRequestService\getProcessId
getProcessId()
Definition:
class.InternalRequestService.php:46
ILIAS\WorkflowEngine\InternalRequestService\$params
array $params
Definition:
class.InternalRequestService.php:29
Factory
ILIAS\LTI\ToolProvider\$key
string $key
Consumer key/client ID value.
Definition:
System.php:193
ILIAS\Repository\BaseGUIRequest
trait BaseGUIRequest
Base gui request wrapper.
Definition:
trait.BaseGUIRequest.php:34
$http
$http
Definition:
raiseError.php:7
ILIAS\WorkflowEngine\InternalRequestService\__construct
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
Definition:
class.InternalRequestService.php:31
ILIAS\WorkflowEngine
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.InternalRequestService.php:21
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Repository\$refinery
Refinery Factory $refinery
Definition:
trait.BaseGUIRequest.php:36
Services
WorkflowEngine
Service
class.InternalRequestService.php
Generated on Mon Apr 21 2025 22:01:36 for ILIAS by
1.8.13 (using
Doxyfile
)