27 protected \ILIAS\HTTP\Services
$http;
42 return $this->
raw($key) !== null;
47 return $this->
raw(
'ref_id') !== null;
52 return $this->
int(
"ref_id");
63 return $this->
raw(
'q_id') !== null;
68 return $this->
int(
'q_id');
78 return $this->
int(
'calling_test');
83 return $this->
str(
'nextCommand');
88 return $this->
int(
'active_id');
93 return $this->
int(
'pass_id');
101 $no_transform = $this->
refinery->identity();
102 return $this->
get(
$key, $no_transform);
107 return $this->
str($key);
112 return $this->
http->request()->getParsedBody();
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
static http()
Fetches the global http state from ILIAS.
trait BaseGUIRequest
Base gui request wrapper.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS HTTP Services $http
Refinery Factory $refinery