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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\RootFolder\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.

31 {
32 $this->initRequest(
33 $http,
37 );
38 }
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.
$http
Definition: raiseError.php:7

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

◆ getBaseClass()

ILIAS\RootFolder\StandardGUIRequest::getBaseClass ( )

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

45 : string
46 {
47 return $this->str("baseClass");
48 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\RootFolder\StandardGUIRequest::getRefId ( )

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

40 : int
41 {
42 return $this->int("ref_id");
43 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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