ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.StandardGUIRequest.php
Go to the documentation of this file.
1
<?php
2
16
namespace
ILIAS\Imprint
;
17
18
use
ILIAS\Repository\BaseGUIRequest
;
19
20
class
StandardGUIRequest
21
{
22
use
BaseGUIRequest
;
23
24
public
function
__construct
(
25
\
ILIAS
\
HTTP
\
Services
$http
,
26
\
ILIAS
\
Refinery
\
Factory
$refinery
,
27
?array
$passed_query_params
= null,
28
?array
$passed_post_data
= null
29
) {
30
$this->
initRequest
(
31
$http,
32
$refinery,
33
$passed_query_params
,
34
$passed_post_data
35
);
36
}
37
38
public
function
getBaseClass
(): string
39
{
40
return
$this->
str
(
"baseClass"
);
41
}
42
}
ILIAS\Imprint\StandardGUIRequest\getBaseClass
getBaseClass()
Definition:
class.StandardGUIRequest.php:38
ILIAS
Class ChatMainBarProvider .
ILIAS\Imprint
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.StandardGUIRequest.php:16
ILIAS\Repository\str
str(string $key)
Definition:
trait.BaseGUIRequest.php:106
ILIAS\Repository\$passed_query_params
array $passed_query_params
Definition:
trait.BaseGUIRequest.php:37
Services
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\Repository\$passed_post_data
array $passed_post_data
Definition:
trait.BaseGUIRequest.php:38
ILIAS\Repository\BaseGUIRequest
trait BaseGUIRequest
Base gui request wrapper.
Definition:
trait.BaseGUIRequest.php:34
$http
$http
Definition:
raiseError.php:7
ILIAS\Imprint\StandardGUIRequest
Definition:
class.StandardGUIRequest.php:20
ILIAS\Imprint\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:24
ILIAS\Repository\$refinery
Refinery Factory $refinery
Definition:
trait.BaseGUIRequest.php:36
Services
Imprint
classes
class.StandardGUIRequest.php
Generated on Wed Sep 10 2025 14:10:30 for ILIAS by
1.8.13 (using
Doxyfile
)