43 $user_id = $this->
int(
"user_id");
45 $user_id = $this->
int(
"user");
52 return $this->
str(
"back_url");
57 return $this->
str(
"baseClass");
62 return $this->
int(
"prompted");
67 return $this->
int(
"osd_id");
72 return $this->
str(
"f");
77 return $this->
str(
"term");
82 $capture = $this->
str(
"userfile_capture");
84 if ($capture !==
'') {
88 return $this->
str(
'user_picture_carry');
94 if (!
$query->has(
'token')) {
98 return $query->retrieve(
'token', $this->
refinery->kindlyTo()->string());
Class ChatMainBarProvider .
array $passed_query_params
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.
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
trait BaseGUIRequest
Base gui request wrapper.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Refinery Factory $refinery