ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.StandardGUIRequest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\RootFolder
;
22
23
use
ILIAS\Repository
;
24
25
class
StandardGUIRequest
26
{
27
use
Repository\BaseGUIRequest
;
28
29
public
function
__construct
(
30
\
ILIAS
\
HTTP
\
Services
$http
,
31
\
ILIAS
\
Refinery
\
Factory
$refinery
,
32
?array $passed_query_params =
null
,
33
?array $passed_post_data =
null
34
) {
35
$this->
initRequest
(
36
$http,
37
$refinery
,
38
$passed_query_params,
39
$passed_post_data
40
);
41
}
42
43
public
function
getRefId
():
int
44
{
45
return
$this->
int
(
"ref_id"
);
46
}
47
48
public
function
getBaseClass
(): string
49
{
50
return
$this->
str
(
"baseClass"
);
51
}
52
}
ILIAS\Cache\Services
Definition:
Services.php:34
ILIAS\Data\Factory
Builds data types.
Definition:
Factory.php:36
ILIAS\HTTP
Definition:
HTTP.php:26
ILIAS\Refinery
Definition:
Refinery.php:24
ILIAS\Repository\StandardGUIRequest
Definition:
class.StandardGUIRequest.php:24
ILIAS\Repository\BaseGUIRequest
trait BaseGUIRequest
Base gui request wrapper.
Definition:
trait.BaseGUIRequest.php:34
ILIAS\RootFolder\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:29
ILIAS\RootFolder\StandardGUIRequest\getRefId
getRefId()
Definition:
class.StandardGUIRequest.php:43
ILIAS\RootFolder\StandardGUIRequest\getBaseClass
getBaseClass()
Definition:
class.StandardGUIRequest.php:48
$http
$http
Definition:
deliver.php:30
ILIAS\Repository
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Repository\str
str(string $key)
Definition:
trait.BaseGUIRequest.php:106
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\RootFolder
Definition:
class.StandardGUIRequest.php:21
ILIAS\UI\examples\Layout\Page\Standard\$refinery
$refinery
Definition:
ui.php:137
ILIAS
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
Definition:
AccessControl.php:21
components
ILIAS
RootFolder
classes
class.StandardGUIRequest.php
Generated on Sat Oct 18 2025 23:02:17 for ILIAS by
1.9.4 (using
Doxyfile
)