57 $team_id = $this->
int(
"id");
75 return $this->
int(
"ref_id");
80 return $this->
int(
"ass_id");
93 return $this->
int(
"ass_id_goto");
102 return new \ilObjExercise($this->
getRefId());
113 return new \ilExAssignment($this->
getAssId());
120 return $this->
str(
"ass_type");
126 return $this->
int(
"type");
132 return $this->
str(
"type");
140 return $this->
intArray(
"sel_ass_ids");
148 return $this->
intArray(
"listed_ass_ids");
157 return $this->
int(
"member_id");
162 return $this->
intArray(
"member_ids");
168 return $this->
int(
"part_id");
173 return $this->
int(
"user_id");
178 return trim($this->
str(
"user_login"));
186 return $this->
intArray(
"sel_part_ids");
194 return $this->
intArray(
"listed_part_ids");
211 return $this->
str(
"old_name");
216 return $this->
str(
"new_name");
237 return $this->
str(
"file");
247 return (
bool) $this->
int(
"dn");
252 return $this->
str(
"idlid");
260 return $this->
strArray(
"listed_idl_ids");
269 return $this->
int(
"offset");
274 return $this->
str(
"sort_order");
279 return $this->
str(
"sort_by");
284 return trim($this->
str(
"filter_status"));
289 return trim($this->
str(
"filter_feedback"));
298 return $this->
int(
"sel_wsp_obj");
307 $giver_peer_id = $this->
str(
"fu");
308 $parts = explode(
"__", $giver_peer_id);
317 $giver_peer_id = $this->
str(
"fu");
318 $parts = explode(
"__", $giver_peer_id);
328 $giver_peer_id = $this->
str(
"fu");
329 $parts = explode(
"__", $giver_peer_id);
331 return (
string)
$parts[2];
339 return $this->
int(
"peer_id");
345 return $this->
str(
"crit_id");
351 return trim($this->
str(
"fuf"));
364 return $this->
int(
"cat_id");
414 return $this->
int(
"min_char_limit");
458 return $this->
str(
"comment");
463 return $this->
str(
"value");
471 return $this->
intArray(
"delivered");
476 return $this->
int(
"delivered");
481 return $this->
int(
"item");
486 return $this->
int(
"blog_id");
491 return $this->
int(
"prtf_id");
496 return $this->
int(
"vw");
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
Class ChatMainBarProvider .
getTutorNotices()
key might be ass_ids or user_ids!
getStatus()
key might be ass_ids or user_ids!
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...
getMarks()
key might be ass_ids or user_ids!
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
getAssignmentIds()
note: shares "id" parameter with team ids
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
getInstructionFilesToDelete()
trait BaseGUIRequest
Base gui request wrapper.
static _lookupType(int $id, bool $reference=false)
Exercise gui request wrapper.
getSelectedParticipants()
Refinery Factory $refinery