43 return $this->
int(
"ref_id");
48 return $this->
int(
"pool_ref_id");
53 return $this->
int(
"object_id");
58 return $this->
int(
"user_id");
63 return $this->
int(
"bkusr");
68 return $this->
int(
"schedule_id");
73 return $this->
int(
"tstatus");
78 if ($this->
str(
"rsv_ids") ===
"") {
81 return explode(
";", $this->
str(
"rsv_ids"));
86 return $this->
str(
"return_to");
91 return $this->
str(
"reservation_id");
97 if (count($ids) === 0) {
98 $ids = $this->
strArray(
"reservation_id");
100 if (count($ids) === 0) {
108 return $this->
str(
"seed");
113 return $this->
str(
"sseed");
118 return $this->
int(
"ntf");
124 if (count($p) === 0) {
125 $p = $this->
intArray(
"participants");
137 return $this->
str(
"rece");
142 return $this->
str(
"recm");
147 return $this->
str(
"user_login");
152 return $this->
int(
"grp_id");
157 return $this->
int(
"rsv_id_" .
$id);
Class ChatMainBarProvider .
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...
__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.
trait BaseGUIRequest
Base gui request wrapper.
getReservationIdsFromString()
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Refinery Factory $refinery