ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Help\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Help\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getIds ()
 
 getHelpModule ()
 
 getHelpScreenId ()
 
 getHelpPage ()
 
 getRefId ()
 
 getTerm ()
 
 getHelpModuleId ()
 
 getHelpMode ()
 
 getOrder ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Help\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\Standard\$refinery, and ILIAS\Repository\initRequest().

+ Here is the call graph for this function:

Member Function Documentation

◆ getHelpMode()

ILIAS\Help\StandardGUIRequest::getHelpMode ( )

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

76 : string
77 {
78 return $this->str("help_mode");
79 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getHelpModule()

ILIAS\Help\StandardGUIRequest::getHelpModule ( )

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

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getHelpModuleId()

ILIAS\Help\StandardGUIRequest::getHelpModuleId ( )

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

71 : int
72 {
73 return $this->int("hm_id");
74 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getHelpPage()

ILIAS\Help\StandardGUIRequest::getHelpPage ( )

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

56 : int
57 {
58 return $this->int("help_page");
59 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getHelpScreenId()

ILIAS\Help\StandardGUIRequest::getHelpScreenId ( )

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

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getIds()

ILIAS\Help\StandardGUIRequest::getIds ( )

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

41 : array
42 {
43 return $this->intArray("id");
44 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getOrder()

ILIAS\Help\StandardGUIRequest::getOrder ( )

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

81 : array
82 {
83 return $this->intArray("order");
84 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Help\StandardGUIRequest::getRefId ( )

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

61 : int
62 {
63 return $this->int("ref_id");
64 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTerm()

ILIAS\Help\StandardGUIRequest::getTerm ( )

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

66 : string
67 {
68 return $this->str("term");
69 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

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