ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Repository\PluginSlot\PluginSlotGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Repository\PluginSlot\PluginSlotGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
 
 getRefId ()
 
 getBaseClass ()
 
 getUserId ()
 
 getForwardCmd ()
 

Data Fields

trait BaseGUIRequest
 Base gui request wrapper. More...
 

Detailed Description

Definition at line 25 of file class.PluginSlotGUIRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Repository\PluginSlot\PluginSlotGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery 
)

Definition at line 29 of file class.PluginSlotGUIRequest.php.

32 {
33 $this->initRequest(
34 $http,
36 );
37 }
Refinery Factory $refinery
$http
Definition: deliver.php:30
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.

References ILIAS\Repository\$refinery, and ILIAS\Repository\initRequest().

+ Here is the call graph for this function:

Member Function Documentation

◆ getBaseClass()

ILIAS\Repository\PluginSlot\PluginSlotGUIRequest::getBaseClass ( )

Definition at line 44 of file class.PluginSlotGUIRequest.php.

44 : string
45 {
46 return $this->str("baseClass");
47 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getForwardCmd()

ILIAS\Repository\PluginSlot\PluginSlotGUIRequest::getForwardCmd ( )

Definition at line 54 of file class.PluginSlotGUIRequest.php.

54 : string
55 {
56 return $this->str("forwardCmd");
57 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Repository\PluginSlot\PluginSlotGUIRequest::getRefId ( )

Definition at line 39 of file class.PluginSlotGUIRequest.php.

39 : int
40 {
41 return $this->int("ref_id");
42 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getUserId()

ILIAS\Repository\PluginSlot\PluginSlotGUIRequest::getUserId ( )

Definition at line 49 of file class.PluginSlotGUIRequest.php.

49 : int
50 {
51 return $this->int("user_id");
52 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

Field Documentation

◆ BaseGUIRequest

trait ILIAS\Repository::BaseGUIRequest

Base gui request wrapper.

This class processes all request parameters which are not handled by form classes already. POST overwrites GET with the same name. POST/GET parameters may be passed to the class for testing purposes.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 33 of file trait.BaseGUIRequest.php.


The documentation for this class was generated from the following file: