44 return $this->
int(
"ref_id");
49 return $this->
str(
"sel_question_types");
54 return $this->
int(
"new_id");
59 return $this->
str(
"new_type");
64 return $this->
int(
"fetchall");
69 return $this->
str(
"term");
92 return $this->
int(
"appr_id");
97 return $this->
int(
"appr360");
102 return $this->
int(
"rate360");
119 return $this->
str(
"m_" .
$key);
124 return $this->
str(
"externaltext");
129 return $this->
str(
"savemessagetitle");
134 return $this->
int(
"savemessage");
139 return $this->
int(
"usage");
144 return $this->
str(
"lang");
149 return $this->
int(
"nrOfCodes");
167 return $this->
intArray(
"obligatory");
172 return explode(
";", $this->
str(
"question_ids"));
177 return $this->
int(
"sel_spl");
182 return $this->
int(
"datatype");
189 if (count($qids) === 0) {
198 return $this->
int(
"q_id");
205 return $this->
int(
"bl_id");
211 return $this->
int(
"export_label");
216 return $this->
str(
"name_spl");
227 return $this->
int(
"qtype");
234 return $this->
str(
"pgov");
241 return $this->
str(
"pgov_pos");
252 return $this->
int(
"pg");
257 return $this->
int(
"new_for_survey");
262 return $this->
str(
"il_hform_" .
$key);
267 return $this->
str(
"jump");
272 return $this->
str(
"csum");
277 return $this->
int(
"old_pos");
282 $ids = $this->
str(
"new_ids");
284 $ids = explode(
";", $ids);
293 $ids = $this->
str(
"rater_id");
295 $ids = explode(
";", $ids);
304 return $this->
str(
"rater_id");
309 return $this->
str(
"recipients");
314 return $this->
str(
"mail");
319 return $this->
str(
"baseClass");
324 return $this->
int(
"returned_from_mail");
329 return $this->
int(
"use_anonymous_id");
336 return $this->
int(
"step");
341 return $this->
int(
"start");
346 return $this->
str(
"precondition");
356 return $this->
strArray(
"includeElements");
363 return $this->
int(
"obj_id");
368 return $this->
str(
"selected_skill");
373 return $this->
int(
"sk_id");
378 return $this->
int(
"tref_id");
383 return $this->
str(
"skill");
388 return $this->
strArray(
"threshold");
393 return $this->
str(
"print_selection");
398 return (
bool) (
int) $this->
str(
"include_labels");
getQuestionIdsFromString()
getTargetQuestionPosition()
Class ChatMainBarProvider .
isArray(string $key)
Check if parameter is an array.
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.
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
trait BaseGUIRequest
Base gui request wrapper.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getSelectedQuestionTypes()
Refinery Factory $refinery