ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\COPage\Layout\AdministrationGUIRequest Class Reference
+ Collaboration diagram for ILIAS\COPage\Layout\AdministrationGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
 
 getRefId ()
 
 getObjId ()
 
 getLayoutId ()
 
 getLayoutIds ()
 
 getLayoutTypes ()
 
 getLayoutModules ()
 

Detailed Description

Definition at line 23 of file class.AdministrationGUIRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\COPage\Layout\AdministrationGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery 
)

Definition at line 27 of file class.AdministrationGUIRequest.php.

References ILIAS\Repository\initRequest().

30  {
31  $this->initRequest(
32  $http,
33  $refinery
34  );
35  }
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

◆ getLayoutId()

ILIAS\COPage\Layout\AdministrationGUIRequest::getLayoutId ( )

Definition at line 47 of file class.AdministrationGUIRequest.php.

References ILIAS\Repository\int().

47  : int
48  {
49  return $this->int("layout_id");
50  }
+ Here is the call graph for this function:

◆ getLayoutIds()

ILIAS\COPage\Layout\AdministrationGUIRequest::getLayoutIds ( )

Definition at line 52 of file class.AdministrationGUIRequest.php.

References ILIAS\Repository\intArray().

52  : array
53  {
54  return $this->intArray("pglayout");
55  }
+ Here is the call graph for this function:

◆ getLayoutModules()

ILIAS\COPage\Layout\AdministrationGUIRequest::getLayoutModules ( )

Definition at line 62 of file class.AdministrationGUIRequest.php.

References ILIAS\Repository\arrayArray().

62  : array
63  {
64  return $this->arrayArray("module");
65  }
+ Here is the call graph for this function:

◆ getLayoutTypes()

ILIAS\COPage\Layout\AdministrationGUIRequest::getLayoutTypes ( )

Definition at line 57 of file class.AdministrationGUIRequest.php.

References ILIAS\Repository\strArray().

57  : array
58  {
59  return $this->strArray("type");
60  }
+ Here is the call graph for this function:

◆ getObjId()

ILIAS\COPage\Layout\AdministrationGUIRequest::getObjId ( )

Definition at line 42 of file class.AdministrationGUIRequest.php.

References ILIAS\Repository\int().

42  : int
43  {
44  return $this->int("obj_id");
45  }
+ Here is the call graph for this function:

◆ getRefId()

ILIAS\COPage\Layout\AdministrationGUIRequest::getRefId ( )

Definition at line 37 of file class.AdministrationGUIRequest.php.

References ILIAS\Repository\int().

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

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