ILIAS  release_8 Revision v8.24
class.StandardGUIRequest.php
Go to the documentation of this file.
1<?php
2
17
19
21{
23
24 public function __construct(
25 \ILIAS\HTTP\Services $http,
26 \ILIAS\Refinery\Factory $refinery,
27 ?array $passed_query_params = null,
28 ?array $passed_post_data = null
29 ) {
30 $this->initRequest(
31 $http,
35 );
36 }
37
38 public function getGroup(): string
39 {
40 return $this->str("grp");
41 }
42}
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
Builds data types.
Definition: Factory.php:21
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Refinery Factory $refinery
trait BaseGUIRequest
Base gui request wrapper.
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.
Class ChatMainBarProvider \MainMenu\Provider.
$http
Definition: raiseError.php:7