ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 ()
 

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.

References ILIAS\Repository\initRequest().

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

References ILIAS\Repository\str().

44  : string
45  {
46  return $this->str("baseClass");
47  }
+ Here is the call graph for this function:

◆ getForwardCmd()

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

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

References ILIAS\Repository\str().

54  : string
55  {
56  return $this->str("forwardCmd");
57  }
+ Here is the call graph for this function:

◆ getRefId()

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

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

References ILIAS\Repository\int().

39  : int
40  {
41  return $this->int("ref_id");
42  }
+ Here is the call graph for this function:

◆ getUserId()

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

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

References ILIAS\Repository\int().

49  : int
50  {
51  return $this->int("user_id");
52  }
+ Here is the call graph for this function:

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