ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.StandardGUIRequest.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\Help
;
20
21
use
ILIAS\Repository\BaseGUIRequest
;
22
23
class
StandardGUIRequest
24
{
25
use
BaseGUIRequest
;
26
27
public
function
__construct
(
28
\
ILIAS
\
HTTP
\
Services
$http
,
29
\
ILIAS
\
Refinery
\
Factory
$refinery
,
30
?array
$passed_query_params
= null,
31
?array
$passed_post_data
= null
32
) {
33
$this->
initRequest
(
34
$http,
35
$refinery,
36
$passed_query_params
,
37
$passed_post_data
38
);
39
}
40
41
public
function
getIds
(): array
42
{
43
return
$this->
intArray
(
"id"
);
44
}
45
46
public
function
getHelpModule
(): string
47
{
48
return
$this->
str
(
"help_module"
);
49
}
50
51
public
function
getHelpScreenId
(): string
52
{
53
return
$this->
str
(
"help_screen_id"
);
54
}
55
56
public
function
getHelpPage
():
int
57
{
58
return
$this->
int
(
"help_page"
);
59
}
60
61
public
function
getRefId
():
int
62
{
63
return
$this->
int
(
"ref_id"
);
64
}
65
66
public
function
getTerm
(): string
67
{
68
return
$this->
str
(
"term"
);
69
}
70
71
public
function
getHelpModuleId
():
int
72
{
73
return
$this->
int
(
"hm_id"
);
74
}
75
76
public
function
getHelpMode
(): string
77
{
78
return
$this->
str
(
"help_mode"
);
79
}
80
81
public
function
getOrder
(): array
82
{
83
return
$this->
intArray
(
"order"
);
84
}
85
}
ILIAS
Class ChatMainBarProvider .
ILIAS\Repository\str
str(string $key)
Definition:
trait.BaseGUIRequest.php:106
ILIAS\Help\StandardGUIRequest\getHelpModule
getHelpModule()
Definition:
class.StandardGUIRequest.php:46
ILIAS\Help\StandardGUIRequest\getIds
getIds()
Definition:
class.StandardGUIRequest.php:41
ILIAS\Help\StandardGUIRequest\getOrder
getOrder()
Definition:
class.StandardGUIRequest.php:81
ILIAS\Help\StandardGUIRequest\getHelpModuleId
getHelpModuleId()
Definition:
class.StandardGUIRequest.php:71
ILIAS\Help\StandardGUIRequest\getHelpPage
getHelpPage()
Definition:
class.StandardGUIRequest.php:56
ILIAS\Repository\$passed_query_params
array $passed_query_params
Definition:
trait.BaseGUIRequest.php:37
Services
ILIAS\Help\StandardGUIRequest
Definition:
class.StandardGUIRequest.php:23
HTTP
ILIAS\Help\StandardGUIRequest\getRefId
getRefId()
Definition:
class.StandardGUIRequest.php:61
ILIAS\Help\StandardGUIRequest\getHelpScreenId
getHelpScreenId()
Definition:
class.StandardGUIRequest.php:51
ILIAS\Help
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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\Help\StandardGUIRequest\getHelpMode
getHelpMode()
Definition:
class.StandardGUIRequest.php:76
ILIAS\Repository\$passed_post_data
array $passed_post_data
Definition:
trait.BaseGUIRequest.php:38
ILIAS\Repository\intArray
intArray(string $key)
Definition:
trait.BaseGUIRequest.php:71
ILIAS\Repository\BaseGUIRequest
trait BaseGUIRequest
Base gui request wrapper.
Definition:
trait.BaseGUIRequest.php:34
ILIAS\Help\StandardGUIRequest\getTerm
getTerm()
Definition:
class.StandardGUIRequest.php:66
$http
$http
Definition:
raiseError.php:7
ILIAS\Help\StandardGUIRequest\__construct
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
Definition:
class.StandardGUIRequest.php:27
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Repository\$refinery
Refinery Factory $refinery
Definition:
trait.BaseGUIRequest.php:36
Services
Help
Service
class.StandardGUIRequest.php
Generated on Wed Sep 10 2025 14:10:30 for ILIAS by
1.8.13 (using
Doxyfile
)