30 ?array $passed_query_params =
null,
31 ?array $passed_post_data =
null 43 return $this->
int(
"ref_id");
48 return $this->
int(
"pool_ref_id");
53 return $this->
int(
"object_id");
58 return $this->
str(
"message");
63 return $this->
int(
"user_id");
68 return $this->
int(
"bkusr");
73 return $this->
int(
"schedule_id");
78 return $this->
int(
"tstatus");
83 if ($this->
str(
"rsv_ids") ===
"") {
86 return explode(
";", $this->
str(
"rsv_ids"));
91 return $this->
str(
"return_to");
96 return $this->
str(
"reservation_id");
102 if (count($ids) === 0) {
103 $ids = $this->
strArray(
"reservation_id");
105 if (count($ids) === 0) {
113 return $this->
str(
"seed");
118 return $this->
str(
"sseed");
123 return $this->
int(
"ntf");
129 if (count($p) === 0) {
130 $p = $this->
intArray(
"participants");
138 if (count($dates) === 0 && $this->
str(
"date") !==
"") {
139 return [$this->
str(
"date")];
146 return $this->
str(
"date");
151 return $this->
str(
"rece");
156 return $this->
str(
"recm");
161 return $this->
str(
"user_login");
166 return $this->
int(
"grp_id");
171 return $this->
int(
"rsv_id_" .
$id);
176 return $this->
str(
"replaceSignal");
181 return $this->
str(
"returnCmd");
186 return $this->
str(
"slot");
192 $parts = explode(
"_", $slot);
199 $parts = explode(
"_", $slot);
200 return (
int) (
$parts[1] ?? 0);
205 return $this->
str(
"recurrence");
210 return $this->
int(
"nr");
215 return $this->
int(
"until");
220 return $this->
intArray(
"object_id");
225 return $this->
str(
"data");
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
Interface Observer Contains several chained tasks and infos about them.
trait BaseGUIRequest
Base gui request wrapper.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
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.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
getReservationIdsFromString()