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

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

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

◆ getLPEdit()

ILIAS\InfoScreen\StandardGUIRequest::getLPEdit ( )

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

References ILIAS\Repository\int().

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

◆ getUserId()

ILIAS\InfoScreen\StandardGUIRequest::getUserId ( )

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

References ILIAS\Repository\int().

45  : int
46  {
47  return $this->int("user_id");
48  }
+ Here is the call graph for this function:

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