ILIAS  release_8 Revision v8.24
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.

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

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

+ 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.

47 : int
48 {
49 return $this->int("layout_id");
50 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getLayoutIds()

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

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

52 : array
53 {
54 return $this->intArray("pglayout");
55 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getLayoutModules()

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

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

62 : array
63 {
64 return $this->arrayArray("module");
65 }

References ILIAS\Repository\arrayArray().

+ Here is the call graph for this function:

◆ getLayoutTypes()

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

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

57 : array
58 {
59 return $this->strArray("type");
60 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getObjId()

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

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

42 : int
43 {
44 return $this->int("obj_id");
45 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getRefId()

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

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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