ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
ILIAS\Help\GuidedTour\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Help\GuidedTour\StandardGUIRequest:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

32 {
33 $this->initRequest(
34 $http,
36 $passed_query_params,
37 $passed_post_data
38 );
39 }
$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.

References ILIAS\UI\examples\Layout\Page\Mail\$refinery, and ILIAS\Repository\initRequest().

+ Here is the call graph for this function:

Member Function Documentation

◆ getRefId()

ILIAS\Help\GuidedTour\StandardGUIRequest::getRefId ( )

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

51 : int
52 {
53 return $this->int("ref_id");
54 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getStepId()

ILIAS\Help\GuidedTour\StandardGUIRequest::getStepId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTourId()

ILIAS\Help\GuidedTour\StandardGUIRequest::getTourId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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