ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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\initRequest().

36  {
37  $this->initRequest(
38  $http,
39  $refinery,
40  $passed_query_params,
41  $passed_post_data
42  );
43  }
$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.
+ 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: