ILIAS  release_8 Revision v8.24
ILIAS\InfoScreen\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\InfoScreen\StandardGUIRequest:

Public Member Functions

 __construct (Services $http, Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getUserId ()
 
 getLPEdit ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\InfoScreen\StandardGUIRequest::__construct ( Services  $http,
Factory  $refinery,
?array  $passed_query_params = null,
?array  $passed_post_data = null 
)

Definition at line 31 of file class.StandardGUIRequest.php.

36 {
37 $this->initRequest(
38 $http,
42 );
43 }
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.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ getLPEdit()

ILIAS\InfoScreen\StandardGUIRequest::getLPEdit ( )

Definition at line 50 of file class.StandardGUIRequest.php.

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getUserId()

ILIAS\InfoScreen\StandardGUIRequest::getUserId ( )

Definition at line 45 of file class.StandardGUIRequest.php.

45 : int
46 {
47 return $this->int("user_id");
48 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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