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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Folder\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\Folder\StandardGUIRequest::getBaseClass ( )

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

55 : string
56 {
57 return $this->str("baseClass");
58 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getCmdClass()

ILIAS\Folder\StandardGUIRequest::getCmdClass ( )

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

50 : string
51 {
52 return $this->str("cmdClass");
53 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Folder\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:

◆ getUserId()

ILIAS\Folder\StandardGUIRequest::getUserId ( )

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

45 : int
46 {
47 return $this->int("user_id");
48 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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