ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
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 Sun Aug 31 2025 22:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)