ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.PluginSlotGUIRequest.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\Repository\PluginSlot
;
22
23
use
ILIAS\Repository
;
24
25
class
PluginSlotGUIRequest
26
{
27
use
Repository\BaseGUIRequest
;
28
29
public
function
__construct
(
30
\
ILIAS
\HTTP\
Services
$http
,
31
\
ILIAS
\Refinery\
Factory
$refinery
32
) {
33
$this->
initRequest
(
34
$http,
35
$refinery
36
);
37
}
38
39
public
function
getRefId
():
int
40
{
41
return
$this->
int
(
"ref_id"
);
42
}
43
44
public
function
getBaseClass
(): string
45
{
46
return
$this->
str
(
"baseClass"
);
47
}
48
49
public
function
getUserId
():
int
50
{
51
return
$this->
int
(
"user_id"
);
52
}
53
54
public
function
getForwardCmd
(): string
55
{
56
return
$this->
str
(
"forwardCmd"
);
57
}
58
}
ILIAS\Data\Factory
Builds data types.
Definition:
Factory.php:21
ILIAS\GlobalScreen\Services
Class Services.
Definition:
Services.php:40
ILIAS\Repository\PluginSlot\PluginSlotGUIRequest
Definition:
class.PluginSlotGUIRequest.php:26
ILIAS\Repository\PluginSlot\PluginSlotGUIRequest\getUserId
getUserId()
Definition:
class.PluginSlotGUIRequest.php:49
ILIAS\Repository\PluginSlot\PluginSlotGUIRequest\getBaseClass
getBaseClass()
Definition:
class.PluginSlotGUIRequest.php:44
ILIAS\Repository\PluginSlot\PluginSlotGUIRequest\__construct
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
Definition:
class.PluginSlotGUIRequest.php:29
ILIAS\Repository\PluginSlot\PluginSlotGUIRequest\getRefId
getRefId()
Definition:
class.PluginSlotGUIRequest.php:39
ILIAS\Repository\PluginSlot\PluginSlotGUIRequest\getForwardCmd
getForwardCmd()
Definition:
class.PluginSlotGUIRequest.php:54
ILIAS\Repository\PluginSlot
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.PluginSlotGUIRequest.php:21
ILIAS\Repository
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\Repository\$refinery
Refinery Factory $refinery
Definition:
trait.BaseGUIRequest.php:36
ILIAS\Repository\BaseGUIRequest
trait BaseGUIRequest
Base gui request wrapper.
Definition:
trait.BaseGUIRequest.php:34
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
Class ChatMainBarProvider \MainMenu\Provider.
$http
$http
Definition:
raiseError.php:7
Services
Repository
PluginSlot
class.PluginSlotGUIRequest.php
Generated on Sun Nov 2 2025 22:01:45 for ILIAS by
1.9.4 (using
Doxyfile
)