ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ()
 

Data Fields

trait BaseGUIRequest
 Base gui request wrapper. More...
 

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 }
$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\UI\examples\Layout\Page\Standard\$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:

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: