ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ILIAS\Container\Classification\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Container\Classification\StandardGUIRequest:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

References ILIAS\Repository\initRequest().

31  {
32  $this->initRequest(
33  $http,
34  $refinery,
35  $passed_query_params,
36  $passed_post_data
37  );
38  }
$http
Definition: deliver.php:14
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

◆ getRedraw()

ILIAS\Container\Classification\StandardGUIRequest::getRedraw ( )

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

References ILIAS\Repository\int().

40  : bool
41  {
42  return (bool) $this->int("rdrw");
43  }
+ Here is the call graph for this function:

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