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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\ItemGroup\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

◆ getDidactivTemplateId()

ILIAS\ItemGroup\StandardGUIRequest::getDidactivTemplateId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getItems()

ILIAS\ItemGroup\StandardGUIRequest::getItems ( )
Returns
int[]

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

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

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

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