19declare(strict_types=1);
60 public function __construct($a_data,
int $a_id,
bool $a_call_by_reference,
bool $a_prepare_output =
false)
67 $this->
lng->loadLanguageModule(
'grp');
68 $this->
lng->loadLanguageModule(
'obj');
70 $this->rbacsystem =
$DIC->rbac()->system();
71 $this->news =
$DIC->news();
72 $this->
profile = $DIC[
'user']->getProfile();
77 if ($this->
http->wrapper()->query()->has(
'ref_id')) {
78 return $this->
http->wrapper()->query()->retrieve(
93 $ilNavigationHistory =
$DIC[
'ilNavigationHistory'];
97 $next_class = $this->
ctrl->getNextClass($this);
98 $cmd = $this->
ctrl->getCmd();
103 $ilNavigationHistory->addItem(
105 ilLink::_getLink(
$ref_id,
"grp"),
111 if ($next_class ==
"" && $cmd ==
"" && $this->
object->isNewsTimelineLandingPageEffective()
112 && $this->access->checkAccess(
"read",
"",
$ref_id)) {
113 $this->
ctrl->redirectByClass(ilNewsTimelineGUI::class);
116 $header_action =
true;
117 switch ($next_class) {
118 case strtolower(ilRepositoryTrashGUI::class):
119 $ru = new \ilRepositoryTrashGUI($this);
120 $this->
ctrl->setReturn($this,
'trash');
121 $this->
ctrl->forwardCommand($ru);
124 case 'illtiproviderobjectsettinggui':
126 $this->tabs_gui->activateTab(
'settings');
127 $this->tabs_gui->activateSubTab(
'lti_provider');
130 $lti_gui->offerLTIRolesForSelection(
false);
131 $this->
ctrl->forwardCommand($lti_gui);
135 case 'ilgroupmembershipgui':
137 $this->tabs_gui->activateTab(
'members');
140 $this->
ctrl->forwardCommand($mem_gui);
144 case 'ilgroupregistrationgui':
145 $this->
ctrl->setReturn($this,
'');
146 $this->tabs_gui->setTabActive(
'join');
148 $this->
ctrl->forwardCommand($registration);
151 case 'ilpermissiongui':
152 $this->tabs_gui->activateTab(
'perm_settings');
154 $this->
ctrl->forwardCommand($perm_gui);
157 case "ilinfoscreengui":
161 case "illearningprogressgui":
163 if ($this->
http->wrapper()->query()->has(
'user_id')) {
171 $this->
object->getRefId(),
174 $this->
ctrl->forwardCommand($new_gui);
175 $this->tabs_gui->setTabActive(
'learning_progress');
178 case 'ilobjcoursegroupinggui':
180 $this->
ctrl->setReturn($this,
'edit');
182 if ($this->
http->wrapper()->query()->has(
'obj_id')) {
183 $obj_id = $this->
http->wrapper()->query()->retrieve(
189 $this->
ctrl->forwardCommand($crs_grp_gui);
190 $this->tabs_gui->setTabActive(
'settings');
191 $this->tabs_gui->setSubTabActive(
'groupings');
194 case 'ilcoursecontentgui':
196 $this->
ctrl->forwardCommand($course_content_obj);
199 case strtolower(PublicProfileGUI::class):
201 $this->tabs_gui->setTabActive(
'group_members');
202 $this->tabs_gui->setSubTabActive(
'grp_members_gallery');
204 if ($this->
http->wrapper()->query()->has(
'user')) {
205 $usr_id = $this->
http->wrapper()->query()->retrieve(
212 if ($this->
http->wrapper()->query()->has(
'back_url')) {
213 $back_url = $this->
http->wrapper()->query()->retrieve(
215 $this->
refinery->kindlyTo()->string()
218 if ($back_url ==
'') {
219 $profile_gui->setBackUrl($this->
ctrl->getLinkTargetByClass([
"ilGroupMembershipGUI",
"ilUsersGalleryGUI"],
'view'));
221 $html = $this->
ctrl->forwardCommand($profile_gui);
222 $this->tpl->setVariable(
"ADM_CONTENT",
$html);
226 $this->tabs_gui->setTabActive(
'none');
228 $this->tpl->setVariable(
229 "LOCATION_CONTENT_STYLESHEET",
236 case "ilcontainerpagegui":
239 $this->tpl->setContent($ret);
241 $header_action =
false;
244 case 'ilobjectcopygui':
247 $this->
ctrl->forwardCommand($cp);
250 case "ilobjectcontentstylesettingsgui":
256 $settings_gui =
$DIC->contentStyle()->gui()
257 ->objectSettingsGUIForRefId(
261 $this->
ctrl->forwardCommand($settings_gui);
264 case 'ilobjectcustomuserfieldsgui':
267 $this->tabs_gui->setTabActive(
'settings');
268 $this->tabs_gui->activateSubTab(
'grp_custom_user_fields');
269 $this->
ctrl->forwardCommand($cdf_gui);
272 case 'ilmemberagreementgui':
273 $this->
ctrl->setReturn($this,
'');
274 $this->tabs_gui->setTabActive(
'view_content');
276 $this->
ctrl->forwardCommand($agreement);
280 $this->tabs_gui->setTabActive(
'export');
282 $exp->addFormat(
'xml');
283 $this->
ctrl->forwardCommand($exp);
286 case "ilcommonactiondispatchergui":
291 case 'ilobjectservicesettingsgui':
292 $this->
ctrl->setReturn($this,
'edit');
294 $this->tabs_gui->activateTab(
'settings');
295 $this->tabs_gui->activateSubTab(
'tool_settings');
307 case 'ilmailmembersearchgui':
310 if (!($this->
access->checkAccess(
'manage_members',
'', $this->object->getRefId()) ||
312 $this->rbacsystem->checkAccess(
'internal_mail', $mail->getMailObjectReferenceId())) {
313 $this->
error->raiseError($this->
lng->txt(
"msg_no_perm_read"), $this->error->MESSAGE);
316 $this->tabs_gui->setTabActive(
'members');
321 $this->
ctrl->forwardCommand($mail_search);
324 case 'ilbadgemanagementgui':
325 $this->tabs_gui->setTabActive(
'obj_tool_setting_badges');
327 $this->
ctrl->forwardCommand($bgui);
330 case "ilcontainernewssettingsgui":
332 $this->tabs_gui->setTabActive(
'settings');
333 $this->tabs_gui->activateSubTab(
'obj_news_settings');
335 $news_set_gui->setTimeline(
true);
336 $news_set_gui->setCronNotifications(
true);
337 $news_set_gui->setHideByDate(
true);
338 $this->
ctrl->forwardCommand($news_set_gui);
341 case strtolower(ilNewsTimelineGUI::class):
343 $this->tabs_gui->setTabActive(
'news_timeline');
345 $t->setUserEditAll($this->
access->checkAccess(
'write',
'', $this->object->getRefId(),
'grp'));
347 $this->
ctrl->forwardCommand($t);
349 $this->
user->getId(),
350 $this->object->getId(),
351 $this->object->getRefId(),
356 case "ilcontainerskillgui":
357 $this->tabs_gui->activateTab(
'obj_tool_setting_skills');
362 case 'ilcalendarpresentationgui':
364 $this->
ctrl->forwardCommand($cal);
367 case 'ilobjectmetadatagui':
368 if (!$this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
369 $this->
error->raiseError($this->
lng->txt(
'permission_denied'), $this->error->WARNING);
371 $this->tabs_gui->activateTab(
'meta_data');
376 case strtolower(TranslationGUI::class):
379 $this->
tabs->activateTab(
"settings");
393 $this->
ctrl->forwardCommand($transgui);
400 !$this->
access->checkAccess(
'visible',
'', $this->object->getRefId(),
'grp') and
401 !$this->access->checkAccess(
'read',
'', $this->object->getRefId(),
'grp')) {
402 $this->
error->raiseError($this->
lng->txt(
"msg_no_perm_read"), $this->error->MESSAGE);
406 if ($cmd ==
'infoScreenGoto') {
407 if ($this->
object->isRegistrationEnabled()) {
416 && !$this->rbacsystem->checkAccess(
'read', $this->object->getRefId()) && $cmd !=
'infoScreen')
418 || $cmd ===
'leaveWaitList') {
420 if (!$this->rbacsystem->checkAccess(
'join', $this->object->getRefId())) {
421 $this->
ctrl->redirect($this,
"infoScreen");
423 $this->
ctrl->redirectByClass(
"ilGroupRegistrationGUI",
"show");
434 if ($header_action) {
442 $this->
ctrl->redirect($this,
"");
448 $this->
ctrl->redirect($this,
"");
457 $this->
user->getId(),
458 $this->object->getId(),
459 $this->object->getRefId(),
464 parent::renderObject();
470 $this->
ctrl->redirectByClass(ilMemberAgreementGUI::class);
473 $this->tabs_gui->setTabActive(
'view_content');
479 $this->
tabs->activateTab(
"view_content");
480 parent::renderObject();
489 if ($course_ref_id = $this->tree->checkForParentType($this->object->getRefId(),
'crs')) {
493 'ilcoursecontentgui',
510 $new_object->setRegistrationType(
518 $this->tree->checkForParentType($new_object->
getRefId(),
'crs',
true) ||
519 $this->tree->checkForParentType($new_object->
getRefId(),
'grp',
true)
526 $sort->setSortMode($sort_mode);
533 $members_obj->updateNotification($this->
user->getId(), (
bool) $this->settings->get(
'mail_grp_admin_notification',
'1'));
534 $members_obj->updateContact($this->
user->getId(),
true);
536 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
538 $this->
ctrl->setParameter($this,
"ref_id", $new_object->
getRefId());
539 $this->
ctrl->redirect($this,
'edit');
551 $this->tabs_gui->setTabActive(
'settings');
552 $this->tabs_gui->setSubTabActive(
'general');
557 $this->tpl->setVariable(
'ADM_CONTENT', $a_form->getHTML());
563 $this->
object->getRefId(),
564 (
int) $_REQUEST[
'grp_type']
567 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'settings_saved'),
true);
568 $this->
ctrl->redirect($this,
'edit');
585 if ($new_type_info) {
587 $new_type = (
int) $new_type[1];
589 $modified = ($new_type !== $old_type);
598 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'crs_tile_and_session_limit_not_supported'));
605 $this->
object->setGroupType((
int)
$form->
getInput(
'grp_type'));
606 $this->
object->setRegistrationType((
int)
$form->
getInput(
'registration_type'));
608 $this->
object->enableUnlimitedRegistration(!
$form->
getInput(
'reg_limit_time'));
609 $this->
object->enableMembershipLimitation((
bool)
$form->
getInput(
'registration_membership_limited'));
610 $this->
object->setMinMembers((
int)
$form->
getInput(
'registration_min_members'));
611 $this->
object->setMaxMembers((
int)
$form->
getInput(
'registration_max_members'));
612 $this->
object->enableRegistrationAccessCode((
bool)
$form->
getInput(
'reg_code_enabled'));
613 $this->
object->setRegistrationAccessCode(
$form->
getInput(
'reg_code'));
614 $this->
object->setViewMode((
int)
$form->
getInput(
'view_mode'));
615 $this->
object->setMailToMembersType((
int)
$form->
getInput(
'mail_type'));
616 $this->
object->setShowMembers((
bool)
$form->
getInput(
'show_members'));
617 $this->
object->setAutoNotification((
bool)
$form->
getInput(
'auto_notification'));
620 $this->
object->enableSessionLimit((
bool)
$form->
getInput(
'sl'));
622 $this->
object->setNumberOfPreviousSessions(is_numeric($session_sp) ? (
int) $session_sp : -1);
624 $this->
object->setNumberOfnextSessions(is_numeric($session_sn) ? (
int) $session_sn : -1);
628 $this->
object->setPeriod(
629 $grp_period->getStart(),
630 $grp_period->getEnd()
635 $this->
object->enableUnlimitedRegistration(
false);
637 $this->
object->enableUnlimitedRegistration(
true);
640 $this->
object->setRegistrationStart($reg->getStart());
641 $this->
object->setRegistrationEnd($reg->getEnd());
644 $this->
object->setCancellationEnd($cancel_end->getDate());
647 if ($this->
http->wrapper()->post()->has(
'waiting_list')) {
648 $waiting_list = $this->
http->wrapper()->post()->retrieve(
653 switch ($waiting_list) {
655 $this->
object->enableWaitingList(
true);
656 $this->
object->setWaitingListAutoFill(
true);
660 $this->
object->enableWaitingList(
true);
661 $this->
object->setWaitingListAutoFill(
false);
665 $this->
object->enableWaitingList(
false);
666 $this->
object->setWaitingListAutoFill(
false);
669 $this->
object->handleAutoFill();
672 $property_online = $this->
object->getObjectProperties()->getPropertyIsOnline();
674 $property_online->withOnline() :
675 $property_online->withOffline();
676 $this->
object->getObjectProperties()->storePropertyIsOnline($online);
679 $this->
object->update();
682 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveTitleIconVisibility();
685 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveTopActionsVisibility();
688 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveIcon();
691 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveTileImage();
699 $this->getSubServices()
708 $this->user->getId(),
714 $ecs->handleSettingsUpdate(
$form);
716 $this->tpl->setOnScreenMessage(
'failure',
$GLOBALS[
'DIC']->
language()->txt(
'err_check_input'));
725 if ($new_type == 0) {
726 $new_type_txt =
$GLOBALS[
'DIC'][
'lng']->txt(
'il_grp_status_open');
729 $new_type_txt = $dtpl->getPresentationTitle(
$GLOBALS[
'DIC'][
'lng']->getLangKey());
734 $confirm->setHeaderText($this->
lng->txt(
'grp_warn_grp_type_changed'));
735 $confirm->setFormAction($this->
ctrl->getFormAction($this));
739 $this->
lng->txt(
'grp_info_new_grp_type') .
': ' . $new_type_txt
741 $confirm->setConfirm($this->
lng->txt(
'grp_change_type'),
'updateGroupType');
742 $confirm->setCancel($this->
lng->txt(
'cancel'),
'edit');
744 $this->tpl->setContent($confirm->getHTML());
746 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"msg_obj_modified"),
true);
747 $this->
ctrl->redirect($this,
'edit');
763 if ($this->news->isGloballyActivated()) {
776 $this->tabs_gui->setTabActive(
'settings');
777 $this->tabs_gui->setSubTabActive(
'grp_map_settings');
780 !$this->
access->checkAccess(
"write",
"", $this->object->getRefId())) {
784 $latitude = $this->
object->getLatitude();
785 $longitude = $this->
object->getLongitude();
786 $zoom = $this->
object->getLocationZoom();
789 if ($latitude == 0 && $longitude == 0 && $zoom == 0) {
791 $latitude = $def[
"latitude"];
792 $longitude = $def[
"longitude"];
793 $zoom = $def[
"zoom"];
804 $this->
lng->txt(
"grp_enable_map"),
807 $public->setValue(
"1");
808 $public->setChecked($this->
object->getEnableGroupMap());
813 $this->
lng->txt(
"grp_map_location"),
816 $loc_prop->setLatitude((
float) $latitude);
817 $loc_prop->setLongitude((
float) $longitude);
818 $loc_prop->setZoom((
int) $zoom);
823 $this->tpl->setVariable(
"ADM_CONTENT",
$form->
getHTML());
832 if ($this->
http->wrapper()->post()->has(
'location')) {
833 $custom_transformer = $this->
refinery->custom()->transformation(
844 if ($this->
http->wrapper()->post()->has(
'enable_map')) {
845 $enable_map = $this->
http->wrapper()->post()->retrieve(
851 $this->
object->setLatitude((
string)
$location[
'latitude']);
852 $this->
object->setLongitude((
string) $location[
'longitude']);
853 $this->
object->setLocationZoom((
int) $location[
'zoom']);
854 $this->
object->setEnableGroupMap($enable_map);
855 $this->
object->update();
856 $this->
ctrl->redirect($this,
"editMapSettings");
866 $this->tabs_gui->setTabActive(
'settings');
867 $this->tabs_gui->setSubTabActive(
'grp_info_settings');
882 $area->setInfo($this->
lng->txt(
'grp_information_info'));
883 $area->setValue($this->
object->getInformation());
896 if ($this->
http->wrapper()->post()->has(
'important')) {
897 $important = $this->
http->wrapper()->post()->retrieve(
899 $this->
refinery->kindlyTo()->string()
902 $this->
object->setInformation($important);
903 $this->
object->update();
904 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"));
908 public function readMemberData(array $ids, ?array $selected_columns =
null): array
912 $this->show_tracking =
917 $completed = $in_progress = $failed = [];
918 if ($this->show_tracking) {
920 $this->show_tracking = $olp->isActive();
923 if ($this->show_tracking) {
929 if ($privacy->enabledGroupAccessTimes()) {
933 $do_prtf = (is_array($selected_columns) &&
934 in_array(
'prtf', $selected_columns) &&
949 foreach ($ids as $usr_id) {
950 $tmp_data[
'notification'] = (bool) $this->
object->members_obj->isNotificationEnabled((
int) $usr_id) ? 1 : 0;
951 $tmp_data[
'contact'] = (bool) $this->
object->members_obj->isContact((
int) $usr_id) ? 1 : 0;
953 foreach ((array) ($profile_data[$usr_id] ?? []) as $field => $value) {
954 $tmp_data[$field] = $value;
957 if ($this->show_tracking) {
958 $tmp_data[
'progress'] =
'';
959 if (in_array($usr_id, $completed)) {
961 } elseif (in_array($usr_id, $in_progress)) {
963 } elseif (in_array($usr_id, $failed)) {
970 if ($privacy->enabledGroupAccessTimes()) {
971 if (isset($progress[$usr_id][
'ts']) && ($progress[$usr_id][
'ts'] ??
false)) {
975 $tmp_data[
'access_time_unix'] = $tmp_date->get(
IL_CAL_UNIX);
977 $tmp_data[
'access_time'] = $this->
lng->txt(
'no_date');
978 $tmp_data[
'access_time_unix'] = 0;
981 $tmp_data[
'prtf'] = [];
983 $tmp_data[
'prtf'] = ($all_prtf[$usr_id] ?? []);
985 $members[$usr_id] = $tmp_data;
995 if ($part->isLastAdmin($this->user->getId())) {
996 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'grp_err_administrator_required'));
1001 $this->tabs_gui->setTabActive(
'grp_btn_unsubscribe');
1004 $cgui->setHeaderText($this->
lng->txt(
'grp_dismiss_myself'));
1005 $cgui->setFormAction($this->
ctrl->getFormAction($this));
1006 $cgui->setCancel($this->
lng->txt(
"cancel"),
"cancel");
1007 $cgui->setConfirm($this->
lng->txt(
"grp_btn_unsubscribe"),
"unsubscribe");
1008 $this->tpl->setContent($cgui->getHTML());
1014 $this->
object->members_obj->delete($this->
user->getId());
1015 $this->
object->members_obj->sendNotification(
1017 $this->
user->getId()
1019 $this->
object->members_obj->sendNotification(
1021 $this->
user->getId()
1024 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'grp_msg_membership_annulled'),
true);
1025 $this->
ctrl->setParameterByClass(
1028 $this->tree->getParentId($this->object->getRefId())
1030 $this->
ctrl->redirectByClass(
"ilrepositorygui",
"");
1035 $this->tabs_gui->addTab(
1037 $this->
lng->txt(
"content"),
1038 $this->ctrl->getLinkTarget($this,
"view")
1049 $ilHelp =
$DIC[
'ilHelp'];
1050 $ilHelp->setScreenIdComponent(
"grp");
1052 if ($this->
access->checkAccess(
'read',
'', $this->ref_id)) {
1053 if ($this->
object->isNewsTimelineEffective()) {
1054 if (!$this->
object->isNewsTimelineLandingPageEffective()) {
1057 $this->tabs_gui->addTab(
1059 $this->
lng->txt(
"cont_news_timeline_tab"),
1060 $this->ctrl->getLinkTargetByClass(ilNewsTimelineGUI::class,
"show")
1062 if ($this->
object->isNewsTimelineLandingPageEffective()) {
1070 $this->
access->checkAccess(
'visible',
'', $this->ref_id) ||
1071 $this->access->checkAccess(
'join',
'', $this->ref_id) ||
1072 $this->access->checkAccess(
'read',
'', $this->ref_id)
1074 $this->tabs_gui->addTarget(
1076 $this->
ctrl->getLinkTargetByClass(
1077 array(
"ilobjgroupgui",
"ilinfoscreengui"),
1088 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
1089 $this->tabs_gui->addTarget(
1091 $this->
ctrl->getLinkTarget($this,
"edit"),
1092 array(
"edit",
"editMapSettings"),
1102 $membership_gui->addMemberTab($this->tabs_gui, $is_participant);
1106 if ($this->
access->checkAccess(
'write',
'', $this->ref_id)) {
1108 $this->tabs_gui->addTarget(
1109 "obj_tool_setting_badges",
1110 $this->
ctrl->getLinkTargetByClass(
"ilbadgemanagementgui",
""),
1112 "ilbadgemanagementgui"
1119 $this->object->getId(),
1123 $this->tabs_gui->addTarget(
1124 "obj_tool_setting_skills",
1125 $this->
ctrl->getLinkTargetByClass(array(
"ilcontainerskillgui",
"ilcontskillpresentationgui"),
""),
1127 array(
"ilcontainerskillgui",
"ilcontskillpresentationgui",
"ilcontskilladmingui")
1133 $this->tabs_gui->addTarget(
1134 'learning_progress',
1135 $this->
ctrl->getLinkTargetByClass(array(
'ilobjgroupgui',
'illearningprogressgui'),
''),
1137 array(
'illplistofobjectsgui',
'illplistofsettingsgui',
'illearningprogressgui',
'illplistofprogressgui')
1142 if ($this->
access->checkAccess(
'write',
'', $this->ref_id)) {
1144 $tab_link = $md_gui->getTab();
1145 if ($tab_link !==
null) {
1146 $this->tabs_gui->addTab(
1148 $this->
lng->txt(
'meta_data'),
1156 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
1157 $this->tabs_gui->addTarget(
1159 $this->
ctrl->getLinkTargetByClass(
'ilexportgui',
''),
1168 if ($this->
access->checkAccess(
'join',
'', $this->object->getRefId()) and
1169 !$this->object->members_obj->isAssigned($this->user->getId())) {
1171 $this->tabs_gui->addTab(
1173 $this->
lng->txt(
'membership_leave'),
1174 $this->ctrl->getLinkTargetByClass(
'ilgroupregistrationgui',
'show',
'')
1177 $this->tabs_gui->addTarget(
1179 $this->
ctrl->getLinkTargetByClass(
'ilgroupregistrationgui',
"show"),
1185 if ($this->
access->checkAccess(
'leave',
'', $this->object->getRefId()) and
1186 $this->object->members_obj->isMember($this->user->getId())) {
1187 $this->tabs_gui->addTarget(
1188 "grp_btn_unsubscribe",
1189 $this->
ctrl->getLinkTarget($this,
"leave"),
1198 $this->
ctrl->redirectByClass(ilInfoScreenGUI::class,
"showSummary");
1203 $this->tabs_gui->setTabActive(
'info_short');
1211 if (strlen($this->
object->getInformation())) {
1212 $info->addSection($this->
lng->txt(
'grp_general_informations'));
1213 $info->addProperty($this->
lng->txt(
'grp_information'), nl2br(
1218 $info->enablePrivateNotes();
1219 $info->enableLearningProgress(
true);
1222 $record_gui->setInfoObject(
$info);
1223 $record_gui->parse();
1226 $info->addMetaDataSections($this->
object->getId(), 0, $this->object->getType());
1231 $contacts =
$parts->getContacts();
1232 if (count($contacts) > 0) {
1233 $info->addSection($this->
lng->txt(
"grp_mem_contacts"));
1234 foreach ($contacts as
$c) {
1236 $pgui->setBackUrl($this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui"));
1237 $pgui->setEmbedded(
true);
1238 $info->addProperty(
"", $pgui->getHTML());
1243 $info->addSection($this->
lng->txt(
'group_registration'));
1244 $info->showLDAPRoleGroupMappingInfo();
1246 if (!$this->
object->isRegistrationEnabled()) {
1248 $this->
lng->txt(
'group_registration_mode'),
1249 $this->lng->txt(
'grp_reg_deac_info_screen')
1252 switch ($this->
object->getRegistrationType()) {
1255 $this->
lng->txt(
'group_registration_mode'),
1256 $this->lng->txt(
'grp_reg_direct_info_screen')
1262 $this->
lng->txt(
'group_registration_mode'),
1263 $this->lng->txt(
'grp_reg_req_info_screen')
1269 $this->
lng->txt(
'group_registration_mode'),
1270 $this->lng->txt(
'grp_reg_passwd_info_screen')
1280 if ($this->
object->isRegistrationUnlimited()) {
1282 $this->
lng->txt(
'group_registration_time'),
1283 $this->lng->txt(
'grp_registration_unlimited')
1285 } elseif ($this->
object->getRegistrationStart()->getUnixTime() < time()) {
1287 $this->
lng->txt(
"group_registration_time"),
1288 $this->lng->txt(
'cal_until') .
' ' .
1291 } elseif ($this->
object->getRegistrationStart()->getUnixTime() >= time()) {
1293 $this->
lng->txt(
"group_registration_time"),
1294 $this->lng->txt(
'cal_from') .
' ' .
1298 if ($this->
object->isMembershipLimited()) {
1299 if ($this->
object->getMinMembers()) {
1301 $this->
lng->txt(
"mem_min_users"),
1302 (
string) $this->object->getMinMembers()
1305 if ($this->
object->getMaxMembers()) {
1309 $this->
lng->txt(
'mem_free_places'),
1310 (
string) ($reg_info[
'reg_info_free_places'] ??
'0')
1315 if ($this->
object->getCancellationEnd()) {
1317 $this->
lng->txt(
'grp_cancellation_end'),
1324 !$this->object->getStart()->
isNull()
1327 $this->
lng->txt(
'grp_period'),
1329 $this->object->getStart(),
1330 $this->object->getEnd()
1341 $this->
lng->loadLanguageModule(
'ps');
1342 $info->addSection($this->
lng->txt(
'grp_user_agreement_info'));
1343 $info->addProperty($this->
lng->txt(
'ps_export_data'), $field_info->exportableFieldsToInfoString());
1346 $info->addProperty($this->
lng->txt(
'ps_grp_user_fields'), $fields);
1359 $grp_notification =
false;
1360 if ($this->
http->wrapper()->query()->has(
'grp_ntf')) {
1361 $grp_notification = $this->
http->wrapper()->query()->retrieve(
1363 $this->
refinery->kindlyTo()->bool()
1367 if ($noti->canCurrentUserEdit()) {
1368 if ($grp_notification) {
1369 $noti->activateUser();
1371 $noti->deactivateUser();
1374 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"),
true);
1375 $this->
ctrl->redirect($this,
"");
1380 $this->
ctrl->redirectByClass(
'ilgroupmembershipgui');
1384 public static function _goto(
string $a_target,
string $a_add =
""): void
1387 $main_tpl =
$DIC->ui()->mainTemplate();
1388 $a_target = (
int) $a_target;
1390 $ilUser =
$DIC->user();
1391 $ilAccess =
$DIC->access();
1398 if (
$http->wrapper()->query()->has(
'target')) {
1399 $target =
$http->wrapper()->query()->retrieve(
1404 if (substr($a_add, 0, 5) ==
'rcode') {
1408 "login.php?target=" . $target .
"&cmd=force_login&lang=" .
1409 $ilUser->getCurrentLanguage()
1421 if ($a_add ==
"mem" && $ilAccess->checkAccess(
"manage_members",
"", $a_target)) {
1429 if ($ilAccess->checkAccess(
"read",
"", $a_target)) {
1433 if ($ilAccess->checkAccess(
"visible",
"", $a_target)) {
1437 $main_tpl->setOnScreenMessage(
'failure', sprintf(
1438 $lng->
txt(
"msg_no_perm_read_item"),
1454 if (!$a_omit_form_action) {
1468 $this->initFormTitleDescription(
$form);
1472 if ($a_mode ==
'edit') {
1475 $this->
lng->loadLanguageModule(
'mem');
1476 $cdur->enableToggleFullTime(
1477 $this->
lng->txt(
'mem_period_without_time'),
1478 !$this->object->getStartTimeIndication()
1480 $cdur->setShowTime(
true);
1481 $cdur->setInfo($this->
lng->txt(
'grp_period_info'));
1482 $cdur->setStart($this->
object->getStart());
1483 $cdur->setEnd($this->
object->getEnd());
1487 $this->
lng->loadLanguageModule(
'rep');
1490 $section->setTitle($this->
lng->txt(
'rep_activation_availability'));
1494 $online->setChecked(!$this->
object->getOfflineStatus());
1495 $online->setInfo($this->
lng->txt(
'grp_activation_online_info'));
1501 $pres->setTitle($this->
lng->txt(
'grp_setting_header_registration'));
1506 $reg_type->setValue((
string) $this->
object->getRegistrationType());
1509 $this->
lng->txt(
'grp_reg_direct'),
1511 );#$this->
lng->txt(
'grp_reg_direct_info'));
1512 $reg_type->addOption($opt_dir);
1515 $this->
lng->txt(
'grp_pass_request'),
1519 $pass->setRequired(
true);
1520 $pass->setInfo($this->
lng->txt(
'grp_reg_password_info'));
1521 $pass->setValue($this->
object->getPassword());
1523 $pass->setMaxLength(32);
1524 $opt_pass->addSubItem($pass);
1525 $reg_type->addOption($opt_pass);
1528 $reg_type->addOption($opt_req);
1531 $reg_type->addOption($opt_deact);
1535 $reg_code->setChecked($this->
object->isRegistrationAccessCodeEnabled());
1536 $reg_code->setValue(
'1');
1537 $reg_code->setInfo($this->
lng->txt(
'grp_reg_code_enabled_info'));
1541 if (!$this->
object->getRegistrationAccessCode()) {
1545 $reg_link->setValue($this->
object->getRegistrationAccessCode());
1549 $val = ilLink::_getLink($this->
object->getRefId(), $this->object->getType(), array(),
'rcode' . $this->
object->getRegistrationAccessCode());
1550 $link->setHTML(
'<span class="small">' . $val .
'</span>');
1551 $reg_code->addSubItem($link);
1555 $this->
lng->loadLanguageModule(
'dateplaner');
1557 $dur->setShowTime(
true);
1558 $dur->setStart($this->
object->getRegistrationStart());
1559 $dur->setEnd($this->
object->getRegistrationEnd());
1564 $cancel->setInfo($this->
lng->txt(
'grp_cancellation_end_info'));
1565 $cancel->setDate($this->
object->getCancellationEnd());
1569 $lim =
new ilCheckboxInputGUI($this->
lng->txt(
'reg_grp_max_members_short'),
'registration_membership_limited');
1570 $lim->setValue(
'1');
1572 $lim->setChecked($this->
object->isMembershipLimited());
1574 $min =
new ilTextInputGUI($this->
lng->txt(
'reg_grp_min_members'),
'registration_min_members');
1576 $min->setMaxLength(4);
1577 $min->setValue($this->
object->getMinMembers() ?:
'');
1578 $min->setInfo($this->
lng->txt(
'grp_subscription_min_members_info'));
1579 $lim->addSubItem($min);
1581 $max =
new ilTextInputGUI($this->
lng->txt(
'reg_grp_max_members'),
'registration_max_members');
1582 $max->setValue($this->
object->getMaxMembers() ?:
'');
1585 $max->setMaxLength(4);
1586 $max->setInfo($this->
lng->txt(
'grp_reg_max_members_info'));
1587 $lim->addSubItem($max);
1602 $wait->addOption($option);
1604 $option =
new ilRadioOption($this->
lng->txt(
'grp_waiting_list_no_autofill'),
'1');
1605 $option->setInfo($this->
lng->txt(
'grp_waiting_list_info'));
1606 $wait->addOption($option);
1608 $option =
new ilRadioOption($this->
lng->txt(
'grp_waiting_list_autofill'),
'2');
1609 $option->setInfo($this->
lng->txt(
'grp_waiting_list_autofill_info'));
1610 $wait->addOption($option);
1612 if ($this->
object->hasWaitingListAutoFill()) {
1613 $wait->setValue(
'2');
1614 } elseif ($this->
object->isWaitingListEnabled()) {
1615 $wait->setValue(
'1');
1617 $wait->setValue(
'0');
1620 $lim->addSubItem($wait);
1626 $parent_membership_ref_id = 0;
1627 $hasParentMembership =
1629 $parent_membership_ref_id = $this->tree->checkForParentType($this->
object->getRefId(),
'crs',
true)
1633 $pres->setTitle($this->
lng->txt(
'grp_setting_header_presentation'));
1637 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addTitleIconVisibility();
1640 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addTopActionsVisibility();
1643 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addIcon();
1646 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addTileImage();
1654 if ($hasParentMembership) {
1656 $course_view_mode =
'';
1657 switch ($parent_view_mode) {
1659 $course_view_mode =
': ' . $this->
lng->txt(
'cntr_view_sessions');
1663 $course_view_mode =
': ' . $this->
lng->txt(
'cntr_view_simple');
1667 $course_view_mode =
': ' . $this->
lng->txt(
'cntr_view_by_type');
1670 if ($course_view_mode) {
1672 $opt->setInfo($this->
lng->txt(
'grp_view_inherit_info'));
1673 $view_type->addOption($opt);
1684 $opt->setInfo($this->
lng->txt(
'cntr_view_info_sessions'));
1685 $view_type->addOption($opt);
1688 $this->
lng->loadLanguageModule(
'crs');
1690 $sess->setValue(
'1');
1691 $sess->setChecked($this->
object->isSessionLimitEnabled());
1692 $sess->setInfo($this->
lng->txt(
'sess_limit_info'));
1695 $prev->setMinValue(0);
1696 $prev->setValue((
string) (
1697 $this->
object->getNumberOfPreviousSessions() == -1 ?
1699 $this->object->getNumberOfPreviousSessions()
1702 $prev->setMaxLength(3);
1703 $sess->addSubItem($prev);
1706 $next->setMinValue(0);
1707 $next->setValue((
string) (
1708 $this->
object->getNumberOfNextSessions() == -1 ?
1710 $this->object->getNumberOfNextSessions()
1713 $next->setMaxLength(3);
1714 $sess->addSubItem($next);
1715 $opt->addSubItem($sess);
1718 $opt->setInfo($this->
lng->txt(
'grp_view_info_simple'));
1719 $view_type->addOption($opt);
1722 $opt->setInfo($this->
lng->txt(
'grp_view_info_by_type'));
1723 $view_type->addOption($opt);
1728 $sorting_settings = array();
1729 if ($hasParentMembership) {
1739 $feat->setTitle($this->
lng->txt(
'obj_features'));
1745 $this->getSubServices()
1750 $mem->setChecked($this->
object->getShowMembers());
1751 $mem->setInfo($this->
lng->txt(
'grp_show_members_info'));
1756 $mail_type->setValue((
string) $this->
object->getMailToMembersType());
1759 $this->
lng->txt(
'grp_mail_tutors_only'),
1761 $this->lng->txt(
'grp_mail_tutors_only_info')
1763 $mail_type->addOption($mail_tutors);
1766 $this->
lng->txt(
'grp_mail_all'),
1768 $this->lng->txt(
'grp_mail_all_info')
1770 $mail_type->addOption($mail_all);
1775 $not->setValue(
'1');
1776 $not->setInfo($this->
lng->txt(
'grp_auto_notification_info'));
1777 $not->setChecked($this->
object->getAutoNotification());
1796 $ecs->addSettingsToForm(
$form,
'grp');
1809 $this->tabs_gui->addSubTabTarget(
1811 $this->
ctrl->getLinkTarget($this,
'edit'),
1816 $this->tabs_gui->addSubTabTarget(
1817 "grp_info_settings",
1818 $this->
ctrl->getLinkTarget($this,
'editInfo'),
1824 $this->tabs_gui->addSubTabTarget(
1826 $this->
ctrl->getLinkTarget($this,
'editMapSettings'),
1832 $this->tabs_gui->addSubTabTarget(
1834 $this->
ctrl->getLinkTargetByClass(
'ilobjcoursegroupinggui',
'listGroupings'),
1841 $this->tabs_gui->addSubTabTarget(
1842 'grp_custom_user_fields',
1843 $this->
ctrl->getLinkTargetByClass(
'ilobjectcustomuserfieldsgui'),
1845 'ilobjectcustomuserfieldsgui'
1850 if ($this->
object->getUseNews()) {
1851 $this->tabs_gui->addSubTab(
1852 'obj_news_settings',
1853 $this->
lng->txt(
"cont_news_settings"),
1854 $this->ctrl->getLinkTargetByClass(
'ilcontainernewssettingsgui')
1859 if ($lti_settings->hasSettingsAccess()) {
1860 $this->tabs_gui->addSubTabTarget(
1862 $this->
ctrl->getLinkTargetByClass(ilLTIProviderObjectSettingGUI::class)
1866 $this->tabs_gui->addSubTabTarget(
1867 "obj_multilinguality",
1868 $this->
ctrl->getLinkTargetByClass(TranslationGUI::class,
""),
1870 TranslationGUI::class
1880 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
1885 if (!$this->
object->members_obj->isAssigned($this->user->getId())) {
1912 return parent::prepareOutput($show_subobjects);
1917 $link = chr(13) . chr(10) . chr(13) . chr(10);
1918 $link .= $this->
lng->txt(
'grp_mail_permanent_link');
1919 $link .= chr(13) . chr(10) . chr(13) . chr(10);
1920 $link .= ilLink::_getLink($this->
object->getRefId());
1921 return rawurlencode(base64_encode($link));
1932 $ilUser =
$DIC[
'ilUser'];
1934 $lg = parent::initHeaderAction($sub_type, $sub_id);
1939 if (!$noti->isCurrentUserActive()) {
1943 $this->
lng->txt(
"grp_notification_deactivated")
1946 $this->
ctrl->setParameter($this,
"grp_ntf", 1);
1947 $caption =
"grp_activate_notification";
1952 $this->
lng->txt(
"grp_notification_activated")
1955 $this->
ctrl->setParameter($this,
"grp_ntf", 0);
1956 $caption =
"grp_deactivate_notification";
1959 if ($noti->canCurrentUserEdit()) {
1960 $lg->addCustomCommand(
1961 $this->
ctrl->getLinkTarget($this,
"saveNotification"),
1966 $this->
ctrl->setParameter($this,
"grp_ntf",
"");
1978 $udfs = $this->
profile->getAllUserDefinedFields();
1980 return array_reduce(
1981 iterator_to_array($this->
profile->getDataForMultiple(array_keys($a_data))),
1982 function (array
$c, ProfileData $v) use ($a_data, $udfs, $odfs): array {
1983 $c[$v->getId()] = $a_data[$v->getId()];
1985 foreach ($udfs as $field) {
1986 $field_id = $field->getIdentifier();
1987 $c[$v->getId()][
'udf_' . $field_id] = implode(
', ', $v->getAdditionalFieldByIdentifier($field_id) ?? []);
1990 foreach ((array) ($odfs[$v->getId()] ?? []) as $cdf_field => $cdf_value) {
1991 $c[$v->getId()][
'cdf_' . $cdf_field] = (string) $cdf_value;
2001 $local_roles = $this->
object->getLocalGroupRoles();
2002 $grp_member = $this->
object->getDefaultMemberRole();
2003 $grp_roles = array();
2006 if (in_array($grp_member, $local_roles)) {
2008 unset($local_roles[$grp_roles[$grp_member]]);
2011 foreach ($local_roles as $title => $role_id) {
2019 $this->
ctrl->redirectByClass(
'ilUsersGalleryGUI');
2027 $this->
ctrl->setReturn($this,
"view");
GUI class for object translation handling.
kindlyTo()
Combined validations and transformations for primitive data types that establish a baseline for furth...
GUI class for public user profile presentation.
@ilCtrl_Calls ilBadgeManagementGUI: ilPropertyFormGUI
static _recordWriteEvent(int $obj_id, int $usr_id, string $action, ?int $parent_obj_id=null)
Records a write event.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static isAccessible(int $ref_id)
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder,...
ILIAS Container InternalGUIService $gui
isActiveAdministrationPanel()
initSortingForm(ilPropertyFormGUI $form, array $a_sorting_settings)
Append sorting settings to property form.
saveListPresentation(ilPropertyFormGUI $form)
initListPresentationForm(ilPropertyFormGUI $form)
Add list presentation settings to form.
saveSortingSettings(ilPropertyFormGUI $form)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Skills for container (course/group) (top gui class)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupContainerSetting(int $a_id, string $a_keyword, ?string $a_default_value=null)
Class ilCourseContentGUI.
static _getFields(int $a_container_id, $a_sort=self::IL_CDF_SORT_NAME)
Get all fields of a container.
static _fieldsToInfoString(int $a_obj_id)
static _hasFields(int $a_container_id)
Check if there are any define fields.
static _getInstanceByObjId(int $a_obj_id)
static _getValuesByObjId(int $a_obj_id)
static _checkRequired(int $a_usr_id, int $a_obj_id)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
static formatPeriod(ilDateTime $start, ilDateTime $end, bool $a_skip_starting_day=false, ?ilObjUser $user=null)
Format a period of two dates Shows: 14.
@classDescription Date and time handling
isNull()
Check if a date is null (Datetime == '0000-00-00 00:00:00', unixtime == 0,...)
static lookupTemplateId(int $a_ref_id)
static switchTemplate(int $a_ref_id, int $a_new_tpl_id)
Class ilECSGroupSettings.
static _getInstanceByType(string $a_type)
Get Singleton Instance.
Export User Interface Class.
const GRP_REGISTRATION_DEACTIVATED
const GRP_REGISTRATION_PASSWORD
const GRP_REGISTRATION_REQUEST
const GRP_REGISTRATION_DIRECT
GUI class for membership features.
const TYPE_UNSUBSCRIBE_MEMBER
const TYPE_NOTIFICATION_UNSUBSCRIBE
static _isParticipant(int $a_ref_id, int $a_usr_id)
Static function to check if a user is a participant of the container object.
static _getInstanceByObjId(int $a_obj_id)
Get singleton instance.
GUI class for group registrations.
static _lookupCompletedForObject(int $a_obj_id, ?array $a_user_ids=null)
static _lookupFailedForObject(int $a_obj_id, ?array $a_user_ids=null)
static _lookupInProgressForObject(int $a_obj_id, ?array $a_user_ids=null)
const LP_STATUS_COMPLETED
const LP_STATUS_NOT_ATTEMPTED
const LP_STATUS_IN_PROGRESS
GUI class for LTI provider object settings.
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static checkAccess(int $a_ref_id, bool $a_allow_only_read=true)
check access to learning progress
const LP_CONTEXT_REPOSITORY
Class ilObjUserTrackingGUI.
static _lookupProgressByObjId(int $a_obj_id)
lookup progress for a specific object
static _tracProgress(int $a_user_id, int $a_obj_id, int $a_ref_id, string $a_obj_type='')
static getLogger(string $a_component_id)
Get component logger.
Class ilMailMemberCourseRoles.
static isActivated()
Checks whether Map feature is activated.
static getDefaultSettings()
Get default longitude, latitude and zoom.
static _hasAccepted(int $a_usr_id, int $a_obj_id)
Check if user has accepted agreement.
Membership notification settings.
static isActiveForRefId(int $ref_id)
static generateCode()
Generate new registration key.
static handleCode(int $a_ref_id, string $a_type, string $a_code)
static getInstance(int $a_ref_id, bool $a_include_auto_entries)
static _lookupViewMode(int $a_id)
static _modifyItemGUI(ilObjectListGUI $a_item_list_gui, string $a_cmd_class, array $a_item_data, bool $a_abo_status, int $a_course_ref_id, int $a_course_obj_id, int $a_parent_ref_id=0)
Class ilObjCourseGroupingGUI.
static _lookupAboStatus(int $a_id)
static lookupRegistrationInfo(int $a_obj_id)
setSubTabs(string $a_tab)
__construct($a_data, int $a_id, bool $a_call_by_reference, bool $a_prepare_output=false)
@inheritDoc
addCustomData(array $a_data)
jump2UsersGalleryObject()
initHeaderAction(?string $sub_type=null, ?int $sub_id=null)
@inheritDoc
updateObject()
updates object entry in object_data
editObject(?ilPropertyFormGUI $a_form=null)
@inheritDoc
static _goto(string $a_target, string $a_add="")
enableAdministrationPanelObject()
initForm(string $a_mode='edit', bool $a_omit_form_action=false)
disableAdministrationPanelObject()
editMapSettingsObject()
Edit Map Settings.
prepareOutput(bool $show_subobjects=true)
@inheritDoc
setSideColumnReturn()
@inheritDoc
readMemberData(array $ids, ?array $selected_columns=null)
afterSave(ilObject $new_object, bool $redirect=true)
@inheritDoc @access public
modifyItemGUI(ilObjectListGUI $a_item_list_gui, array $a_item_data)
@inheritDoc
executeCommand()
@inheritDoc
static lookupViewMode($a_obj_id)
const MAIL_ALLOWED_TUTORS
static getAvailablePortfolioLinksForUserIds(array $a_owner_ids)
static _getTranslation(string $a_role_title)
static getContentStylePath(int $a_style_id, bool $add_random=true, bool $add_token=true)
get content style path static (to avoid full reading)
static _enabledLearningProgress()
static _enabledUserRelatedData()
static _readUsersProfileData(array $a_user_ids)
GUI class for the workflow of copying objects.
addAdoptContentLinkToToolbar()
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
initDidacticTemplate(ilPropertyFormGUI $form)
addHeaderAction()
Add header action menu.
static _gotoRepositoryNode(int $ref_id, string $cmd="")
static getInstance(int $obj_id)
GUI class for service settings (calendar, notes, comments)
static updateServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
const AUTO_RATING_NEW_OBJECTS
const CALENDAR_CONFIGURATION
const EXTERNAL_MAIL_PREFIX
const ORGU_POSITION_ACCESS
static initServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
Class ilObject Basic functions for all objects.
static _lookupType(int $id, bool $reference=false)
static _lookupObjId(int $ref_id)
static _lookupTitle(int $obj_id)
static getInstance(int $a_ref_id)
This class represents an option in a radio group.
class ilRbacSystem system function like checkAccess, addActiveRole ... Supporting system functions ar...
This class represents a text area property in a property form.
This class represents a text property in a property form.
static makeClickable(string $a_text, bool $detectGotoLinks=false, ?string $ilias_http_path=null)
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
static redirect(string $a_script)
static _isOnList(int $a_usr_id, int $a_obj_id)
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
static http()
Fetches the global http state from ILIAS.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc