ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Imprint\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Imprint\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getBaseClass ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

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

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

◆ getBaseClass()

ILIAS\Imprint\StandardGUIRequest::getBaseClass ( )

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

References ILIAS\Repository\str().

38  : string
39  {
40  return $this->str("baseClass");
41  }
+ Here is the call graph for this function:

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