18 declare(strict_types=0);
60 public function __construct($a_data,
int $a_id,
bool $a_call_by_reference =
true,
bool $a_prepare_output =
true)
67 $this->
help = $DIC->help();
68 $this->
logger = $DIC->logger()->crs();
69 $this->navigation_history = $DIC[
'ilNavigationHistory'];
70 $this->
ctrl->saveParameter($this, [
'ref_id']);
71 $this->
lng->loadLanguageModule(
'crs');
72 $this->
lng->loadLanguageModule(
'cert');
73 $this->
lng->loadLanguageModule(
'obj');
75 $this->
http = $DIC->http();
77 $this->news = $DIC->news();
95 $part->updateNotification(
97 (bool) $this->
settings->get(
'mail_crs_admin_notification',
'1')
99 parent::afterImport($new_object);
104 $this->
ctrl->setCmd(
"view");
110 if (strtolower($this->std_request->getBaseClass()) ===
"iladministrationgui") {
111 parent::viewObject();
115 $this->tabs_gui->setTabActive(
'view_content');
117 if ($this->view_manager->isAdminView()) {
118 parent::renderObject();
126 if ($this->
ctrl->getNextClass() !=
"ilcolumngui") {
128 $this->
user->getId(),
129 $this->
object->getId(),
130 $this->
object->getRefId(),
136 $this->tabs_gui->clearTargets();
137 $this->
ctrl->setReturn($this,
'view_content');
139 $this->
ctrl->setCmdClass(get_class($agreement));
140 $this->
ctrl->forwardCommand($agreement);
148 $stgui->enableDesktop($this->
object->getAboStatus(), $this);
160 parent::renderObject();
163 $this->
ctrl->setCmdClass(get_class($course_content_obj));
164 $this->
ctrl->forwardCommand($course_content_obj);
170 $this->tabs_gui->activateTab(
'view_content');
171 parent::deleteObject(
$error);
176 parent::renderObject();
187 $this->
ctrl->setCmd(
"showSummary");
188 $this->
ctrl->setCmdClass(
"ilinfoscreengui");
201 $this->tabs_gui->setTabActive(
'info_short');
205 $info->enablePrivateNotes();
206 $info->enableFeedback();
208 $info->enableBookingInfo(
true);
209 if ($this->
access->checkAccess(
"write",
"", $this->ref_id)) {
210 $info->enableNewsEditing();
214 strlen($this->
object->getImportantInformation()) ||
215 strlen($this->
object->getSyllabus()) ||
216 strlen((
string) $this->
object->getTargetGroup()) ||
218 $info->addSection($this->
lng->txt(
'crs_general_informations'));
221 if (strlen($this->
object->getImportantInformation())) {
223 $this->
lng->txt(
'crs_important_info'),
229 if (strlen($this->
object->getSyllabus())) {
230 $info->addProperty($this->
lng->txt(
'crs_syllabus'), nl2br(
234 if (strlen((
string) $this->
object->getTargetGroup())) {
236 $this->
lng->txt(
'crs_target_group'),
244 $tpl =
new ilTemplate(
'tpl.event_info_file.html',
true,
true,
'Modules/Course');
246 foreach ($files as $file) {
248 $this->
ctrl->setParameter($this,
'file_id', $file->getFileId());
257 $this->
lng->txt(
'crs_file_download'),
264 $record_gui->
parse();
267 $info->addMetaDataSections($this->
object->getId(), 0, $this->
object->getType());
270 if ($this->
object->hasContactData()) {
271 $info->addSection($this->
lng->txt(
"crs_contact"));
273 if (strlen($this->
object->getContactName())) {
275 $this->
lng->txt(
"crs_contact_name"),
276 $this->
object->getContactName()
279 if (strlen($this->
object->getContactResponsibility())) {
281 $this->
lng->txt(
"crs_contact_responsibility"),
282 $this->
object->getContactResponsibility()
285 if (strlen($this->
object->getContactPhone())) {
287 $this->
lng->txt(
"crs_contact_phone"),
288 $this->
object->getContactPhone()
291 if ($this->
object->getContactEmail()) {
293 $has_mail_access = $this->rbacsystem->checkAccessOfUser(
294 $this->
user->getId(),
298 $emails = explode(
",", $this->
object->getContactEmail());
300 foreach ($emails as
$email) {
301 $email = trim($email);
302 if (!$has_mail_access) {
303 $mailString .= $email .
"<br />";
306 $etpl =
new ilTemplate(
"tpl.crs_contact_email.html",
true,
true,
'Modules/Course');
320 'ref_id' => $this->
object->getRefId(),
325 $etpl->setVariable(
"CONTACT_EMAIL", $email);
326 $mailString .= $etpl->get() .
"<br />";
328 $info->addProperty($this->
lng->txt(
"crs_contact_email"), $mailString);
330 if (strlen($this->
object->getContactConsultation())) {
332 $this->
lng->txt(
"crs_contact_consultation"),
333 nl2br($this->
object->getContactConsultation())
338 $conts =
$parts->getContacts();
340 $info->addSection($this->
lng->txt(
"crs_mem_contacts"));
341 foreach ($conts as
$c) {
343 $pgui->setBackUrl($this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui"));
344 $pgui->setEmbedded(
true);
345 $info->addProperty(
"", $pgui->getHTML());
350 $info->enableAvailability(
false);
351 $this->
lng->loadLanguageModule(
"rep");
352 $info->addSection($this->
lng->txt(
"rep_activation_availability"));
353 $info->showLDAPRoleGroupMappingInfo();
356 $info->addAccessPeriodProperty();
359 switch ($this->
object->getSubscriptionLimitationType()) {
361 $txt = $this->
lng->txt(
"crs_info_reg_deactivated");
365 switch ($this->
object->getSubscriptionType()) {
367 $txt = $this->
lng->txt(
"crs_info_reg_confirmation");
370 $txt = $this->
lng->txt(
"crs_info_reg_direct");
373 $txt = $this->
lng->txt(
"crs_info_reg_password");
379 $info->addProperty($this->
lng->txt(
"crs_info_reg"),
$txt);
381 if ($this->
object->getSubscriptionUnlimitedStatus()) {
383 $this->
lng->txt(
"crs_reg_until"),
384 $this->
lng->txt(
'crs_unlimited')
386 } elseif ($this->
object->getSubscriptionStart() < time()) {
388 $this->
lng->txt(
"crs_reg_until"),
389 $this->
lng->txt(
'crs_to') .
' ' .
392 } elseif ($this->
object->getSubscriptionStart() > time()) {
394 $this->
lng->txt(
"crs_reg_until"),
395 $this->
lng->txt(
'crs_from') .
' ' .
399 if ($this->
object->isSubscriptionMembershipLimited()) {
400 if ($this->
object->getSubscriptionMinMembers()) {
402 $this->
lng->txt(
"mem_min_users"),
403 $this->
object->getSubscriptionMinMembers()
406 if ($this->
object->getSubscriptionMaxMembers()) {
409 $this->
lng->txt(
'mem_free_places'),
410 (string) ($reg_info[
'reg_info_free_places'] ??
'0')
416 if ($this->
object->getCancellationEnd()) {
418 $this->
lng->txt(
'crs_cancellation_end'),
425 !$this->
object->getCourseStart()->isNull()
428 $this->
lng->txt(
'crs_period'),
430 $this->
object->getCourseStart(),
431 $this->
object->getCourseEnd()
442 $this->
lng->loadLanguageModule(
'ps');
443 $info->addSection($this->
lng->txt(
'crs_user_agreement_info'));
444 $info->addProperty($this->
lng->txt(
'ps_export_data'), $field_info->exportableFieldsToInfoString());
447 $info->addProperty($this->
lng->txt(
'ps_crs_user_fields'), $fields);
450 $info->enableLearningProgress(
true);
453 $this->
ctrl->forwardCommand($info);
459 if ($noti->canCurrentUserEdit()) {
461 if ($this->
http->wrapper()->query()->has(
'crs_ntf')) {
462 $crs_ntf = $this->
http->wrapper()->query()->retrieve(
468 $noti->activateUser();
470 $noti->deactivateUser();
473 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"),
true);
474 $this->
ctrl->redirect($this,
"");
481 $this->tabs_gui->setTabActive(
'settings');
482 $this->tabs_gui->setSubTabActive(
'crs_info_settings');
487 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.edit_info.html',
'Modules/Course');
488 $this->tpl->setVariable(
'INFO_TABLE', $a_form->getHTML());
494 foreach ($files as $file) {
495 $table_data[
'id'] = $file->getFileId();
496 $table_data[
'filename'] = $file->getFileName();
497 $table_data[
'filetype'] = $file->getFileType();
498 $table_data[
'filesize'] = $file->getFileSize();
500 $rows[] = $table_data;
503 $table_gui->setTitle($this->
lng->txt(
"crs_info_download"));
504 $table_gui->setData(
$rows);
505 $table_gui->addCommandButton(
"cancel", $this->
lng->txt(
"cancel"));
506 $table_gui->addMultiCommand(
"confirmDeleteInfoFiles", $this->
lng->txt(
"delete"));
507 $table_gui->setSelectAllCheckbox(
"file_id");
508 $this->tpl->setVariable(
'INFO_FILE_TABLE', $table_gui->getHTML());
514 if ($this->
http->wrapper()->post()->has(
'file_id')) {
515 $file_ids = $this->
http->wrapper()->post()->retrieve(
517 $this->
refinery->kindlyTo()->listOf(
522 if (count($file_ids) === 0) {
523 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'select_one'));
529 $this->tabs_gui->setTabActive(
'settings');
530 $this->tabs_gui->setSubTabActive(
'crs_info_settings');
535 $c_gui->setFormAction($this->
ctrl->getFormAction($this,
"deleteInfoFiles"));
536 $c_gui->setHeaderText($this->
lng->txt(
"info_delete_sure"));
537 $c_gui->setCancel($this->
lng->txt(
"cancel"),
"editInfo");
538 $c_gui->setConfirm($this->
lng->txt(
"confirm"),
"deleteInfoFiles");
541 foreach ($file_ids as $file_id) {
543 $c_gui->addItem(
"file_id[]", $file_id, $file->getFileName());
545 $this->tpl->setContent($c_gui->getHTML());
551 if ($this->
http->wrapper()->post()->has(
'file_id')) {
552 $file_ids = $this->
http->wrapper()->post()->retrieve(
554 $this->
refinery->kindlyTo()->listOf(
560 if (count($file_ids) === 0) {
561 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'select_one'));
566 foreach ($file_ids as $file_id) {
568 if ($this->
object->getId() == $file->getCourseId()) {
572 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'settings_saved'));
597 $tg = new \ilTextAreaInputGUI($this->
lng->txt(
'crs_target_group'),
'target_group');
598 $tg->setValue($this->
object->getTargetGroup() ??
"");
603 $section->setTitle($this->
lng->txt(
'crs_info_download'));
611 $section->setTitle($this->
lng->txt(
'crs_contact'));
615 $text->setValue($this->
object->getContactName());
617 $text->setMaxLength(70);
620 $text =
new ilTextInputGUI($this->
lng->txt(
'crs_contact_responsibility'),
'contact_responsibility');
621 $text->setValue($this->
object->getContactResponsibility());
623 $text->setMaxLength(70);
626 $text =
new ilTextInputGUI($this->
lng->txt(
'crs_contact_phone'),
'contact_phone');
627 $text->setValue($this->
object->getContactPhone());
629 $text->setMaxLength(40);
632 $text =
new ilTextInputGUI($this->
lng->txt(
'crs_contact_email'),
'contact_email');
633 $text->setValue($this->
object->getContactEmail());
634 $text->setInfo($this->
lng->txt(
'crs_contact_email_info'));
636 $text->setMaxLength(255);
651 $this->record_gui->parse();
664 $this->
object->setImportantInformation((
string)
$form->
getInput(
'important'));
665 $this->
object->setSyllabus((
string)
$form->
getInput(
'syllabus'));
666 $this->
object->setTargetGroup((
string)
$form->
getInput(
'target_group'));
667 $this->
object->setContactName((
string)
$form->
getInput(
'contact_name'));
668 $this->
object->setContactResponsibility((
string)
$form->
getInput(
'contact_responsibility'));
669 $this->
object->setContactPhone((
string)
$form->
getInput(
'contact_phone'));
670 $this->
object->setContactEmail((
string)
$form->
getInput(
'contact_email'));
671 $this->
object->setContactConsultation((
string)
$form->
getInput(
'contact_consultation'));
678 $file_obj->setCourseId($this->
object->getId());
679 $file_obj->setFileName((
string) $file_name);
680 $file_obj->setFileSize((
int) $file_info[
'size']);
681 $file_obj->setFileType((
string) $file_info[
'type']);
682 $file_obj->setTemporaryName((
string) $file_info[
'tmp_name']);
683 $file_obj->setErrorCode((
int) $file_info[
'error']);
687 $file_obj->validate();
688 $this->
object->validateInfoSettings();
689 if (strlen($this->error->getMessage())) {
692 if (!$this->record_gui->importEditFormPostValues()) {
697 $this->tpl->setOnScreenMessage(
'failure', $this->error->getMessage());
703 $this->
object->update();
705 $this->record_gui->writeEditForm();
709 $ecs->handleContentUpdate();
711 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"crs_settings_saved"));
714 $this->tpl->setOnScreenMessage(
716 $this->
lng->txt(
'settings_saved')
730 $this->tpl->setOnScreenMessage(
'failure',
$GLOBALS[
'DIC']->
language()->txt(
'err_check_input'));
742 $min->setAlert($this->
lng->txt(
'crs_subscription_min_members_err'));
743 $this->tpl->setOnScreenMessage(
'failure',
$GLOBALS[
'DIC']->
language()->txt(
'err_check_input'));
752 $this->tpl->setOnScreenMessage(
754 $GLOBALS[
'DIC']->
language()->txt(
'crs_tile_and_objective_view_not_supported')
763 $this->tpl->setOnScreenMessage(
765 $GLOBALS[
'DIC']->
language()->txt(
'crs_tile_and_session_limit_not_supported')
779 $this->
object->setCoursePeriod(
780 $crs_period->getStart(),
781 $crs_period->getEnd()
785 $this->
object->setOfflineStatus(!
$form->
getInput(
'activation_online'));
789 if ($period->getStart() && $period->getEnd()) {
790 $this->
object->setActivationStart($period->getStart()->get(
IL_CAL_UNIX));
791 $this->
object->setActivationEnd($period->getEnd()->get(
IL_CAL_UNIX));
792 $this->
object->setActivationVisibility((
int)
$form->
getInput(
'activation_visibility'));
794 $this->
object->setActivationStart(0);
795 $this->
object->setActivationEnd(0);
799 $this->
object->setSubscriptionPassword(
$form->
getInput(
'subscription_password'));
800 $this->
object->setSubscriptionStart(0);
801 $this->
object->setSubscriptionEnd(0);
806 $this->
object->setSubscriptionType($sub_type);
808 if ($sub_period->getStart() && $sub_period->getEnd()) {
810 $this->
object->setSubscriptionStart($sub_period->getStart()->get(
IL_CAL_UNIX));
811 $this->
object->setSubscriptionEnd($sub_period->getEnd()->get(
IL_CAL_UNIX));
821 $this->
object->enableRegistrationAccessCode((
bool)
$form->
getInput(
'reg_code_enabled'));
822 $this->
object->setRegistrationAccessCode(
$form->
getInput(
'reg_code'));
828 $this->
object->enableSubscriptionMembershipLimitation((
bool)
$form->
getInput(
'subscription_membership_limitation'));
829 $this->
object->setSubscriptionMaxMembers((
int)
$form->
getInput(
'subscription_max'));
830 $this->
object->setSubscriptionMinMembers((
int)
$form->
getInput(
'subscription_min'));
831 $old_autofill = $this->
object->hasWaitingListAutoFill();
834 $this->
object->enableWaitingList(
true);
835 $this->
object->setWaitingListAutoFill(
true);
839 $this->
object->enableWaitingList(
true);
840 $this->
object->setWaitingListAutoFill(
false);
844 $this->
object->enableWaitingList(
false);
845 $this->
object->setWaitingListAutoFill(
false);
848 $this->
object->handleAutoFill();
850 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveTitleIconVisibility();
851 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveTopActionsVisibility();
853 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveIcon();
854 $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->saveTileImage();
857 $this->
object->setViewMode((
int)
$form->
getInput(
'view_mode'));
860 $this->
object->setTimingMode((
int)
$form->
getInput(
'timing_mode'));
862 $this->
object->setTimingMode((
int)
$form->
getInput(
'timing_mode'));
863 $this->
object->setOrderType((
int)
$form->
getInput(
'sorting'));
867 $this->
object->setShowMembers((
bool)
$form->
getInput(
'show_members'));
870 $this->
object->setShowMembersExport((
bool)
$form->
getInput(
'show_members_export'));
872 $this->
object->setMailToMembersType((
int)
$form->
getInput(
'mail_type'));
874 $this->
object->enableSessionLimit((
int)
$form->
getInput(
'sl'));
877 $this->
object->setNumberOfPreviousSessions(is_numeric($session_sp) ? (
int) $session_sp : -1);
879 $this->
object->setNumberOfnextSessions(is_numeric($session_sn) ? (
int) $session_sn : -1);
880 $this->
object->setAutoNotification(
$form->
getInput(
'auto_notification') == 1 ? true :
false);
883 $show_lp_sync_confirmation =
false;
886 if ($this->
http->wrapper()->post()->has(
'status_dt')) {
887 $status_dt = $this->
http->wrapper()->post()->retrieve(
895 $show_lp_sync_confirmation =
true;
897 $this->
object->setStatusDetermination($status_dt);
901 if (!$old_autofill && $this->
object->hasWaitingListAutoFill()) {
902 $this->
object->handleAutoFill();
904 $this->
object->update();
916 if ($show_lp_sync_confirmation) {
923 if (!$ecs->handleSettingsUpdate()) {
925 $this->tpl->setOnScreenMessage(
'failure',
$GLOBALS[
'DIC']->
language()->txt(
'err_check_input'));
934 !is_null($sub_period->getStart()) ||
935 !is_null($sub_period->getEnd())
938 $this->tpl->setOnScreenMessage(
940 $this->
lng->txt(
'crs_msg_no_self_registration_period_if_self_enrolment_disabled'),
943 $this->
ctrl->redirect($this,
"edit");
963 if ($this->news->isGloballyActivated()) {
973 $cgui->setFormAction($this->
ctrl->getFormAction($this,
"setLPSync"));
974 $cgui->setHeaderText($this->
lng->txt(
"crs_status_determination_sync"));
975 $cgui->setCancel($this->
lng->txt(
"cancel"),
"edit");
976 $cgui->setConfirm($this->
lng->txt(
"confirm"),
"setLPSync");
977 $this->tpl->setContent($cgui->getHTML());
983 $this->
object->update();
984 $this->
object->syncMembersStatusWithLP();
985 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"),
true);
986 $this->
ctrl->redirect($this,
"edit");
992 $this->tabs_gui->setSubTabActive(
'crs_settings');
997 parent::editObject();
1024 $this->initFormTitleDescription(
$form);
1031 $this->
lng->loadLanguageModule(
'mem');
1032 $cdur->enableToggleFullTime(
1033 $this->
lng->txt(
'mem_period_without_time'),
1034 !$this->
object->getCourseStartTimeIndication()
1036 $cdur->setShowTime(
true);
1037 $cdur->setInfo($this->
lng->txt(
'crs_period_info'));
1038 $cdur->setStart($this->
object->getCourseStart());
1039 $cdur->setEnd($this->
object->getCourseEnd());
1044 $this->
lng->loadLanguageModule(
'rep');
1047 $section->setTitle($this->
lng->txt(
'rep_activation_availability'));
1052 $online->setInfo($this->
lng->txt(
'crs_activation_online_info'));
1062 $this->
lng->txt(
'rep_activation_limited_visibility'),
1063 'activation_visibility' 1065 $visible->
setInfo($this->
lng->txt(
'crs_activation_limited_visibility_info'));
1066 $visible->setChecked((
bool) $this->
object->getActivationVisibility());
1067 $dur->addSubItem($visible);
1070 $section->setTitle($this->
lng->txt(
'crs_reg'));
1076 ? (
string) $this->
object->getSubscriptionType()
1082 $this->
lng->txt(
'crs_subscription_options_direct'),
1085 $reg_proc->addOption($opt);
1088 $this->
lng->txt(
'crs_subscription_options_password'),
1092 $pass =
new ilTextInputGUI($this->
lng->txt(
"password"),
'subscription_password');
1093 $pass->setRequired(
true);
1094 $pass->setInfo($this->
lng->txt(
'crs_reg_password_info'));
1095 $pass->setSubmitFormOnEnter(
true);
1097 $pass->setMaxLength(32);
1098 $pass->setValue($this->
object->getSubscriptionPassword());
1100 $opt->addSubItem($pass);
1101 $reg_proc->addOption($opt);
1104 $this->
lng->txt(
'crs_subscription_options_confirmation'),
1107 $opt->setInfo($this->
lng->txt(
'crs_registration_confirmation_info'));
1108 $reg_proc->addOption($opt);
1111 $this->
lng->txt(
'crs_reg_no_selfreg'),
1114 $opt->setInfo($this->
lng->txt(
'crs_registration_deactivated'));
1115 $reg_proc->addOption($opt);
1122 $reg_code->setValue(
'1');
1123 $reg_code->setInfo($this->
lng->txt(
'crs_reg_code_enabled_info'));
1126 if (!$this->
object->getRegistrationAccessCode()) {
1130 $reg_link->setValue($this->
object->getRegistrationAccessCode());
1135 $this->
object->getRefId(),
1136 $this->
object->getType(),
1138 '_rcode' . $this->
object->getRegistrationAccessCode()
1140 $link->setHtml(
'<span class="small">' . $val .
'</span>');
1141 $reg_code->addSubItem($link);
1148 if ($this->
object->getSubscriptionStart()) {
1151 if ($this->
object->getSubscriptionEnd()) {
1158 $cancel->
setInfo($this->
lng->txt(
'crs_cancellation_end_info'));
1159 $cancel_end = $this->
object->getCancellationEnd();
1161 $cancel->setDate($cancel_end);
1167 $this->
lng->txt(
'crs_subscription_max_members_short'),
1168 'subscription_membership_limitation' 1170 $lim->
setInfo($this->
lng->txt(
'crs_subscription_max_members_short_info'));
1171 $lim->setValue((
string) 1);
1172 $lim->setChecked($this->
object->isSubscriptionMembershipLimited());
1175 $min->setSubmitFormOnEnter(
true);
1177 $min->setMaxLength(4);
1178 $min->setValue($this->
object->getSubscriptionMinMembers() ?:
'');
1179 $min->setTitle($this->
lng->txt(
'crs_subscription_min_members'));
1180 $min->setInfo($this->
lng->txt(
'crs_subscription_min_members_info'));
1181 $lim->addSubItem($min);
1184 $max->setSubmitFormOnEnter(
true);
1186 $max->setMaxLength(4);
1187 $max->setValue($this->
object->getSubscriptionMaxMembers() ?:
'');
1188 $max->setTitle($this->
lng->txt(
'crs_subscription_max_members'));
1189 $max->setInfo($this->
lng->txt(
'crs_reg_max_info'));
1191 $lim->addSubItem($max);
1195 $wait->addOption($option);
1197 $option =
new ilRadioOption($this->
lng->txt(
'crs_waiting_list_no_autofill'),
'1');
1198 $option->
setInfo($this->
lng->txt(
'crs_wait_info'));
1199 $wait->addOption($option);
1201 $option =
new ilRadioOption($this->
lng->txt(
'crs_waiting_list_autofill'),
'2');
1202 $option->
setInfo($this->
lng->txt(
'crs_waiting_list_autofill_info'));
1203 $wait->addOption($option);
1205 if ($this->
object->hasWaitingListAutoFill()) {
1206 $wait->setValue(
'2');
1207 } elseif ($this->
object->enabledWaitingList()) {
1208 $wait->setValue(
'1');
1210 $wait->setValue(
'0');
1212 $lim->addSubItem($wait);
1215 $pres->setTitle($this->
lng->txt(
'crs_view_mode'));
1220 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addTitleIconVisibility();
1223 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addTopActionsVisibility();
1226 if ($setting->get(
"rep_breadcr_crs") && $setting->get(
"rep_breadcr_crs_overwrite")) {
1227 $add = $setting->get(
"rep_breadcr_crs_default")
1228 ?
" (" . $this->
lng->txt(
"crs_breadcrumb_crs_only") .
")" 1229 :
" (" . $this->
lng->txt(
"crs_breadcrumb_full_path") .
")";
1231 self::BREADCRUMB_DEFAULT => $this->
lng->txt(
"crs_sys_default") . $add,
1232 self::BREADCRUMB_CRS_ONLY => $this->
lng->txt(
"crs_breadcrumb_crs_only"),
1233 self::BREADCRUMB_FULL_PATH => $this->
lng->txt(
"crs_breadcrumb_full_path")
1237 $si->setOptions($options);
1242 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addIcon();
1245 $form = $obj_service->commonSettings()->legacyForm(
$form, $this->
object)->addTileImage();
1255 $this->
lng->txt(
'cntr_view_sessions'),
1258 $opts->setInfo($this->
lng->txt(
'cntr_view_info_sessions'));
1259 $view_type->addOption($opts);
1264 $sess->setChecked($this->
object->isSessionLimitEnabled());
1265 $sess->setInfo($this->
lng->txt(
'sess_limit_info'));
1268 #$prev->setSubmitFormOnEnter(true); 1271 $this->
object->getNumberOfPreviousSessions() == -1 ?
1273 $this->
object->getNumberOfPreviousSessions()
1276 $prev->setMaxLength(3);
1277 $sess->addSubItem($prev);
1280 #$next->setSubmitFormOnEnter(true); 1283 $this->
object->getNumberOfNextSessions() == -1 ?
1285 $this->
object->getNumberOfnextSessions()
1288 $next->setMaxLength(3);
1289 $sess->addSubItem($next);
1291 $opts->addSubItem($sess);
1294 $optsi->setInfo($this->
lng->txt(
'cntr_view_info_simple'));
1295 $view_type->addOption($optsi);
1298 $this->
lng->txt(
'cntr_view_by_type'),
1301 $optbt->setInfo($this->
lng->txt(
'cntr_view_info_by_type'));
1302 $view_type->addOption($optbt);
1305 $this->
lng->txt(
'crs_view_objective'),
1308 $opto->setInfo($this->
lng->txt(
'crs_view_info_objective'));
1309 $view_type->addOption($opto);
1312 $optt->setInfo($this->
lng->txt(
'crs_view_info_timing'));
1319 $this->
lng->txt(
'crs_view_timing_absolute'),
1322 $absolute->setInfo($this->
lng->txt(
'crs_view_info_timing_absolute'));
1323 $timing->addOption($absolute);
1326 $this->
lng->txt(
'crs_view_timing_relative'),
1329 $relative->setInfo($this->
lng->txt(
'crs_view_info_timing_relative'));
1330 $timing->addOption($relative);
1332 $optt->addSubItem($timing);
1335 $view_type->addOption($optt);
1352 if ($olp->getCurrentMode()) {
1354 $lp_status->setTitle($this->
lng->txt(
'crs_course_status_of_users'));
1359 $lp_status_options->
setValue($this->
object->getStatusDetermination());
1362 $this->
lng->txt(
'crs_status_determination_lp'),
1364 $this->
lng->txt(
'crs_status_determination_lp_info')
1366 $lp_status_options->addOption($lp_option);
1368 $this->
lng->txt(
'crs_status_determination_manual'),
1378 $feat->setTitle($this->
lng->txt(
'obj_features'));
1389 $mem->setInfo($this->
lng->txt(
'crs_show_members_info'));
1394 $part_list =
new ilCheckboxInputGUI($this->
lng->txt(
'crs_show_member_export'),
'show_members_export');
1396 $part_list->setInfo($this->
lng->txt(
'crs_show_member_export_info'));
1397 $mem->addSubItem($part_list);
1405 $this->
lng->txt(
'crs_mail_tutors_only'),
1407 $this->
lng->txt(
'crs_mail_tutors_only_info')
1409 $mail_type->addOption($mail_tutors);
1412 $this->
lng->txt(
'crs_mail_all'),
1414 $this->
lng->txt(
'crs_mail_all_info')
1416 $mail_type->addOption($mail_all);
1427 $not->setInfo($this->
lng->txt(
'crs_auto_notification_info'));
1428 $not->setChecked($this->
object->getAutoNotification());
1433 $desk->setInfo($this->
lng->txt(
'crs_add_remove_from_desktop_info'));
1438 $ecs->addSettingsToForm(
$form,
'crs');
1445 if ($this->
http->wrapper()->query()->has(
'file_id')) {
1446 $file_id = $this->
http->wrapper()->query()->retrieve(
1459 $this->tabs_gui->addSubTabTarget(
1461 $this->
ctrl->getLinkTarget($this,
'edit'),
1466 $this->tabs_gui->addSubTabTarget(
1467 "crs_info_settings",
1468 $this->
ctrl->getLinkTarget($this,
'editInfo'),
1473 $this->tabs_gui->addSubTabTarget(
1475 $this->
ctrl->getLinkTargetByClass(
'ilConditionHandlerGUI',
'listConditions'),
1477 "ilConditionHandlerGUI" 1480 $this->tabs_gui->addSubTabTarget(
1481 "crs_start_objects",
1482 $this->
ctrl->getLinkTargetByClass(
'ilContainerStartObjectsGUI',
'listStructure'),
1487 $this->tabs_gui->addSubTabTarget(
1489 $this->
ctrl->getLinkTargetByClass(
'ilobjcoursegroupinggui',
'listGroupings'),
1494 if ($lti_settings->hasSettingsAccess()) {
1495 $this->tabs_gui->addSubTabTarget(
1497 $this->
ctrl->getLinkTargetByClass(ilLTIProviderObjectSettingGUI::class)
1503 $this->tabs_gui->addSubTabTarget(
1505 $this->
ctrl->getLinkTarget($this,
'editMapSettings'),
1513 $this->tabs_gui->addSubTabTarget(
1514 'crs_custom_user_fields',
1515 $this->
ctrl->getLinkTargetByClass(
'ilobjectcustomuserfieldsgui'),
1517 'ilobjectcustomuserfieldsgui' 1523 if (
true === $validator->validate()) {
1524 $this->tabs_gui->addSubTabTarget(
1526 $this->
ctrl->getLinkTargetByClass(
"ilcertificategui",
"certificateeditor"),
1532 if ($this->
object->getUseNews()) {
1533 $this->tabs_gui->addSubTab(
1534 'obj_news_settings',
1535 $this->
lng->txt(
"cont_news_settings"),
1536 $this->
ctrl->getLinkTargetByClass(
'ilcontainernewssettingsgui')
1539 if ($this->
object->getShowMembersExport()) {
1540 $this->tabs_gui->addSubTab(
1542 $this->
lng->txt(
'crs_show_member_export_settings'),
1543 $this->
ctrl->getLinkTargetByClass(
'ilmemberexportsettingsgui',
'')
1546 $this->tabs_gui->addSubTabTarget(
1547 "obj_multilinguality",
1548 $this->
ctrl->getLinkTargetByClass(
"ilobjecttranslationgui",
""),
1550 "ilobjecttranslationgui" 1576 $new_object->getMemberObject()->updateNotification(
1577 $this->
user->getId(),
1578 $this->
settings->get(
'mail_crs_admin_notification',
'1')
1580 $new_object->getMemberObject()->updateContact($this->
user->getId(), 1);
1587 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"crs_added"),
true);
1588 $this->
ctrl->setParameter($this,
"ref_id", $new_object->
getRefId());
1591 $this->
ctrl->getLinkTarget($this,
"edit",
"")
1595 public function readMemberData(array $ids, array $selected_columns = null,
bool $skip_names =
false): array
1602 if ($show_tracking) {
1604 $show_tracking = $olp->isActive();
1607 if ($show_tracking) {
1614 if ($privacy->enabledCourseAccessTimes()) {
1618 $do_prtf = (is_array($selected_columns) &&
1619 in_array(
'prtf', $selected_columns) &&
1624 $this->
ctrl->getLinkTarget($this,
"members")
1629 foreach ($ids as $usr_id) {
1639 $tmp_data[
'firstname'] =
$name[
'firstname'];
1640 $tmp_data[
'lastname'] =
$name[
'lastname'];
1641 $tmp_data[
'login'] =
$name[
'login'];
1643 $tmp_data[
'passed'] = $this->
object->getMembersObject()->hasPassed($usr_id) ? 1 : 0;
1645 $tmp_data[
'passed_info'] = $this->
object->getMembersObject()->getPassedInfo($usr_id);
1647 $tmp_data[
'notification'] = $this->
object->getMembersObject()->isNotificationEnabled($usr_id) ? 1 : 0;
1648 $tmp_data[
'blocked'] = $this->
object->getMembersObject()->isBlocked($usr_id) ? 1 : 0;
1649 $tmp_data[
'contact'] = $this->
object->getMembersObject()->isContact($usr_id) ? 1 : 0;
1651 $tmp_data[
'usr_id'] = $usr_id;
1653 if ($show_tracking) {
1654 if (in_array($usr_id, $completed)) {
1656 } elseif (in_array($usr_id, $in_progress)) {
1658 } elseif (in_array($usr_id, $failed)) {
1665 if ($privacy->enabledCourseAccessTimes()) {
1666 if (isset($progress[$usr_id][
'ts']) && $progress[$usr_id][
'ts']) {
1667 $tmp_data[
'access_ut'] = $progress[$usr_id][
'ts'];
1669 $progress[$usr_id][
'ts'],
1673 $tmp_data[
'access_ut'] = 0;
1674 $tmp_data[
'access_time'] = $this->
lng->txt(
'no_date');
1679 $tmp_data[
'prtf'] = $all_prtf[$usr_id] ?? null;
1682 $members[$usr_id] = $tmp_data;
1699 if ($marks->getCompleted() !== $a_has_passed) {
1715 $this->
object->isSubscriptionMembershipLimited() &&
1716 $this->
object->getSubscriptionMaxMembers() &&
1717 $this->
object->getSubscriptionMaxMembers() <= $this->
object->getMembersObject()->getCountMembers()
1719 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"crs_max_members_reached"));
1723 if ($number = $this->
object->getMembersObject()->autoFillSubscribers()) {
1724 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"crs_number_users_added") .
" " . $number);
1726 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"crs_no_users_added"));
1736 if ($this->
object->getMembersObject()->isLastAdmin($this->
user->getId())) {
1737 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'crs_min_one_admin'));
1742 $this->tabs_gui->setTabActive(
'crs_unsubscribe');
1744 $cgui->setHeaderText($this->
lng->txt(
'crs_unsubscribe_sure'));
1745 $cgui->setFormAction($this->
ctrl->getFormAction($this));
1746 $cgui->setCancel($this->
lng->txt(
"cancel"),
"cancel");
1747 $cgui->setConfirm($this->
lng->txt(
"crs_unsubscribe"),
"performUnsubscribe");
1748 $this->tpl->setContent($cgui->getHTML());
1759 $this->
getObject()->getMembersObject()->delete($this->
user->getId());
1760 $this->
getObject()->getMembersObject()->sendUnsubscribeNotificationToAdmins($this->
user->getId());
1761 $this->
getObject()->getMembersObject()->sendNotification(
1763 $this->
user->getId()
1765 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'crs_unsubscribed_from_crs'),
true);
1767 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->tree->getParentId($this->ref_id));
1768 $this->
ctrl->redirectByClass(
"ilrepositorygui",
"");
1774 if ($this->
access->checkAccess(
'visible',
'', $this->ref_id)) {
1775 $this->
tabs->addTarget(
1777 $this->
ctrl->getLinkTargetByClass(
1778 array(
"ilobjcoursegui",
"ilinfoscreengui"),
1785 $this->
access->checkAccess(
'leave',
'', $this->object->getRefId()) &&
1786 $this->
object->getMemberObject()->isMember()
1788 $this->
tabs->addTarget(
1790 $this->
ctrl->getLinkTarget($this,
"unsubscribe"),
1799 $this->tabs_gui->addTab(
1801 $this->
lng->txt(
"content"),
1802 $this->
ctrl->getLinkTarget($this,
"view")
1808 $this->
help->setScreenIdComponent(
"crs");
1809 $this->
ctrl->setParameter($this,
"ref_id", $this->ref_id);
1811 if ($this->
access->checkAccess(
'read',
'', $this->ref_id)) {
1813 $this->tabs_gui->activateTab(
'view_content');
1814 if ($this->
object->isNewsTimelineEffective()) {
1815 if (!$this->
object->isNewsTimelineLandingPageEffective()) {
1818 $this->tabs_gui->addTab(
1820 $this->
lng->txt(
"cont_news_timeline_tab"),
1821 $this->
ctrl->getLinkTargetByClass(
"ilnewstimelinegui",
"show")
1823 if ($this->
object->isNewsTimelineLandingPageEffective()) {
1833 $this->
tabs->addTab(
1835 $this->
lng->txt(
'timings_timings'),
1836 $this->
ctrl->getLinkTargetByClass(
'ilcoursecontentgui',
'manageTimings')
1840 $this->
tabs->addTab(
1842 $this->
lng->txt(
'timings_timings'),
1843 $this->
ctrl->getLinkTargetByClass(
'ilcoursecontentgui',
'managePersonalTimings')
1848 if ($this->
access->checkAccess(
'write',
'', $this->ref_id)) {
1850 $this->tabs_gui->addTarget(
1852 $this->
ctrl->getLinkTargetByClass(
'illoeditorgui',
''),
1859 $this->
access->checkAccess(
'visible',
'', $this->ref_id) ||
1860 $this->
access->checkAccess(
'join',
'', $this->ref_id) ||
1861 $this->
access->checkAccess(
'read',
'', $this->ref_id)
1864 strcasecmp($this->
ctrl->getCmdClass(), ilInfoScreenGUI::class) === 0 ||
1865 strcasecmp($this->
ctrl->getCmdClass(), ilNoteGUI::class) === 0;
1866 $this->tabs_gui->addTarget(
1868 $this->
ctrl->getLinkTargetByClass(
1869 array(
"ilobjcoursegui",
"ilinfoscreengui"),
1878 if ($this->
access->checkAccess(
'write',
'', $this->ref_id)) {
1880 strcasecmp($this->
ctrl->getCmdClass(), ilConditionHandlerGUI::class) &&
1881 !$this->
http->wrapper()->query()->has(
'item_id');
1882 $this->tabs_gui->addTarget(
1884 $this->
ctrl->getLinkTarget($this,
"edit"),
1885 array(
"edit",
"editMapSettings",
"editCourseIcons",
"listStructure"),
1896 $membership_gui->addMemberTab($this->tabs_gui, $is_participant);
1899 if ($this->
access->checkAccess(
'write',
'', $this->ref_id)) {
1901 $this->tabs_gui->addTarget(
1902 "obj_tool_setting_badges",
1903 $this->
ctrl->getLinkTargetByClass(
"ilbadgemanagementgui",
""),
1905 "ilbadgemanagementgui" 1912 $this->tabs_gui->addTarget(
1913 "obj_tool_setting_skills",
1914 $this->
ctrl->getLinkTargetByClass(array(
"ilcontainerskillgui",
"ilcontskillpresentationgui"),
""),
1916 array(
"ilcontainerskillgui",
"ilcontskillpresentationgui",
"ilcontskilladmingui")
1926 $this->tabs_gui->addTarget(
1927 "obj_tool_setting_booking",
1928 $this->
ctrl->getLinkTargetByClass(array(
"ilbookinggatewaygui"),
"")
1934 $this->tabs_gui->addTarget(
1935 'learning_progress',
1936 $this->
ctrl->getLinkTargetByClass(array(
'ilobjcoursegui',
'illearningprogressgui'),
''),
1938 array(
'illplistofobjectsgui',
'illplistofsettingsgui',
'illearningprogressgui',
'illplistofprogressgui')
1943 if ($this->
access->checkAccess(
'write',
'', $this->ref_id)) {
1945 $mdtab = $mdgui->getTab();
1947 $this->tabs_gui->addTarget(
1951 "ilobjectmetadatagui" 1956 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
1957 $this->tabs_gui->addTarget(
1959 $this->
ctrl->getLinkTargetByClass(
'ilexportgui',
''),
1965 if ($this->
access->checkAccess(
'edit_permission',
'', $this->ref_id)) {
1966 $this->tabs_gui->addTarget(
1968 $this->
ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm"),
1969 array(
"perm",
"info",
"owner"),
1975 if ($this->
access->checkAccess(
'join',
'', $this->ref_id) && !$this->
object->getMemberObject()->isAssigned()) {
1977 $this->tabs_gui->addTab(
1979 $this->
lng->txt(
'membership_leave'),
1980 $this->
ctrl->getLinkTargetByClass(
'ilcourseregistrationgui',
'show',
'')
1983 $this->tabs_gui->addTarget(
1985 $this->
ctrl->getLinkTargetByClass(
'ilcourseregistrationgui',
"show"),
1991 if ($this->
access->checkAccess(
'leave',
'', $this->object->getRefId()) && $this->
object->getMemberObject()->isMember()) {
1992 $this->tabs_gui->addTarget(
1994 $this->
ctrl->getLinkTarget($this,
"unsubscribe"),
2003 $next_class = $this->
ctrl->getNextClass($this);
2004 $cmd = $this->
ctrl->getCmd();
2010 $this->
access->checkAccess(
'read',
'', $this->ref_id)) {
2011 $this->navigation_history->addItem(
2017 $header_action =
true;
2018 switch ($next_class) {
2019 case strtolower(ilRepositoryTrashGUI::class):
2020 $ru = new \ilRepositoryTrashGUI($this);
2021 $this->
ctrl->setReturn($this,
'trash');
2022 $this->
ctrl->forwardCommand($ru);
2025 case 'illtiproviderobjectsettinggui':
2028 $this->tabs_gui->activateTab(
'settings');
2029 $this->tabs_gui->activateSubTab(
'lti_provider');
2032 $lti_gui->offerLTIRolesForSelection(
false);
2033 $this->
ctrl->forwardCommand($lti_gui);
2036 case 'ilcoursemembershipgui':
2038 $this->tabs_gui->activateTab(
'members');
2041 $this->
ctrl->forwardCommand($mem_gui);
2044 case "ilinfoscreengui":
2048 case 'ilobjectmetadatagui':
2049 if (!$this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
2050 $this->error->raiseError($this->
lng->txt(
'permission_denied'), $this->error->WARNING);
2052 $this->tabs_gui->setTabActive(
'meta_data');
2054 $this->
ctrl->forwardCommand($md_gui);
2057 case 'ilcourseregistrationgui':
2058 $this->
ctrl->setReturn($this,
'');
2059 $this->tabs_gui->setTabActive(
'join');
2061 $this->
ctrl->forwardCommand($registration);
2064 case 'ilobjectcustomuserfieldsgui':
2067 $this->tabs_gui->activateTab(
'settings');
2068 $this->tabs_gui->activateSubTab(
'crs_custom_user_fields');
2069 $this->
ctrl->forwardCommand($cdf_gui);
2072 case "ilcourseobjectivesgui":
2074 $this->
ctrl->setReturn($this,
"");
2076 $this->
ctrl->forwardCommand($reg_gui);
2079 case 'ilobjcoursegroupinggui':
2081 $this->
ctrl->setReturn($this,
'edit');
2083 $this->tabs_gui->activateTab(
'settings');
2084 $this->tabs_gui->activateSubTab(
'groupings');
2087 if ($this->
http->wrapper()->query()->has(
'obj_id')) {
2088 $grouping_id = $this->
http->wrapper()->query()->retrieve(
2094 $this->
ctrl->forwardCommand($crs_grp_gui);
2097 case "ilpropertyformgui":
2104 $this->
ctrl->setReturn($this,
"");
2105 $this->tabs_gui->setTabActive(
'none');
2114 case "ilconditionhandlergui":
2117 $this->tabs_gui->activateTab(
'settings');
2118 $this->tabs_gui->activateSubTab(
'preconditions');
2120 $this->
ctrl->forwardCommand($new_gui);
2123 case "illearningprogressgui":
2125 $user_id = $this->
user->getId();
2126 if ($this->
http->wrapper()->query()->has(
'user_id')) {
2127 $user_id = $this->
http->wrapper()->query()->retrieve(
2134 $this->
object->getRefId(),
2137 $this->
ctrl->forwardCommand($new_gui);
2138 $this->tabs_gui->setTabActive(
'learning_progress');
2141 case 'ilpermissiongui':
2142 $this->tabs_gui->setTabActive(
'perm_settings');
2144 $this->
ctrl->forwardCommand($perm_gui);
2147 case 'ilcalendarpresentationgui':
2149 $ret = $this->
ctrl->forwardCommand($cal);
2150 $header_action =
false;
2153 case 'ilcoursecontentgui':
2154 $this->
ctrl->setReturn($this,
'members');
2156 $this->
ctrl->forwardCommand($course_content_obj);
2159 case 'ilpublicuserprofilegui':
2160 $this->tpl->enableDragDropFileUpload(null);
2162 $this->tabs_gui->setTabActive(
'members');
2164 $user_id = $this->
user->getId();
2165 if ($this->
http->wrapper()->query()->has(
'user_id')) {
2166 $user_id = $this->
http->wrapper()->query()->retrieve(
2172 $profile_gui->setBackUrl($this->
ctrl->getLinkTargetByClass([
"ilCourseMembershipGUI",
2175 $this->tabs_gui->setSubTabActive(
'crs_members_gallery');
2176 $html = $this->
ctrl->forwardCommand($profile_gui);
2177 $this->tpl->setVariable(
"ADM_CONTENT",
$html);
2180 case 'ilmemberagreementgui':
2181 $this->tabs_gui->clearTargets();
2183 $this->
ctrl->setReturn($this,
'');
2185 $this->
ctrl->forwardCommand($agreement);
2189 case "ilcontainerpagegui":
2192 $this->tpl->setContent($ret);
2194 $header_action =
false;
2197 case "ilcontainerstartobjectspagegui":
2200 $ret = $this->
ctrl->forwardCommand($pgui);
2202 $this->tpl->setContent($ret);
2206 case 'ilobjectcopygui':
2208 $cp->setType(
'crs');
2209 $this->
ctrl->forwardCommand($cp);
2212 case "ilobjectcontentstylesettingsgui":
2219 $settings_gui = $DIC->contentStyle()->gui()
2220 ->objectSettingsGUIForRefId(
2222 $this->
object->getRefId()
2224 $this->
ctrl->forwardCommand($settings_gui);
2228 $this->tabs_gui->setTabActive(
'export');
2230 $exp->addFormat(
'xml');
2231 $this->
ctrl->forwardCommand($exp);
2234 case "ilcommonactiondispatchergui":
2236 $this->
ctrl->forwardCommand($gui);
2239 case 'ildidactictemplategui':
2240 $this->
ctrl->setReturn($this,
'edit');
2242 $this->
ctrl->forwardCommand($did);
2245 case "ilcertificategui":
2246 $this->tabs_gui->activateTab(
"settings");
2248 $this->tabs_gui->activateSubTab(
'certificate');
2251 $output_gui = $guiFactory->create($this->
object);
2252 $this->
ctrl->forwardCommand($output_gui);
2255 case 'illoeditorgui':
2256 #$this->tabs_gui->clearTargets(); 2257 #$this->tabs_gui->setBackTarget($this->lng->txt('back'),$this->ctrl->getLinkTarget($this,'')); 2258 $this->tabs_gui->activateTab(
'crs_objectives');
2261 $this->
ctrl->forwardCommand($editor);
2262 if (strtolower($this->
ctrl->getCmdClass()) ===
"illopagegui") {
2263 $header_action =
false;
2267 case 'ilcontainerstartobjectsgui':
2268 $this->
ctrl->setReturn($this,
'edit');
2269 $this->tabs_gui->clearTargets();
2270 $this->tabs_gui->setBackTarget(
2271 $this->
lng->txt(
"back_to_crs_content"),
2272 $this->
ctrl->getLinkTarget($this,
"edit")
2274 $this->tabs_gui->addTab(
2276 $this->
lng->txt(
"crs_start_objects"),
2277 $this->
ctrl->getLinkTargetByClass(
"ilcontainerstartobjectsgui",
"listStructure")
2279 $this->tabs_gui->activateTab(
"start");
2280 if (strtolower($this->
ctrl->getCmdClass()) ==
2281 "ilcontainerstartobjectspagegui") {
2282 $header_action =
false;
2286 $ilHelp = $DIC[
'ilHelp'];
2287 $this->
help->setScreenIdComponent(
"crs");
2289 $this->
ctrl->forwardCommand($stgui);
2292 case 'illomembertestresultgui':
2293 $GLOBALS[
'DIC'][
'ilCtrl']->setReturn($this,
'members');
2294 $GLOBALS[
'DIC'][
'ilTabs']->clearTargets();
2295 $GLOBALS[
'DIC'][
'ilTabs']->setBackTarget(
2296 $GLOBALS[
'DIC'][
'lng']->txt(
'back'),
2297 $GLOBALS[
'DIC'][
'ilCtrl']->getLinkTarget($this,
'members')
2301 if ($this->
http->wrapper()->query()->has(
'uid')) {
2302 $uid = $this->
http->wrapper()->query()->retrieve(
2308 $this->
ctrl->forwardCommand($result_view);
2311 case 'ilmailmembersearchgui':
2316 $this->
access->checkAccess(
'manage_members',
"", $this->
object->getRefId())) &&
2317 $this->rbac_system->checkAccess(
'internal_mail', $mail->getMailObjectReferenceId())) {
2318 $this->error->raiseError($this->
lng->txt(
"msg_no_perm_read"), $this->error->MESSAGE);
2321 $this->tabs_gui->setTabActive(
'members');
2325 $this->
object->getRefId(),
2331 $this->
ctrl->forwardCommand($mail_search);
2334 case 'ilbadgemanagementgui':
2335 $this->tabs_gui->setTabActive(
'obj_tool_setting_badges');
2337 $this->
ctrl->forwardCommand($bgui);
2340 case "ilcontainernewssettingsgui":
2342 $this->tabs_gui->activateTab(
'settings');
2343 $this->tabs_gui->activateSubTab(
'obj_news_settings');
2345 $news_set_gui->setTimeline(
true);
2346 $news_set_gui->setCronNotifications(
true);
2347 $news_set_gui->setHideByDate(
true);
2348 $this->
ctrl->forwardCommand($news_set_gui);
2351 case "ilnewstimelinegui":
2353 $this->
ctrl->redirectByClass(self::class,
"view");
2355 $this->tabs_gui->setTabActive(
'news_timeline');
2357 $this->
object->getRefId(),
2358 $this->
object->getNewsTimelineAutoEntries()
2360 $t->setUserEditAll($this->
access->checkAccess(
'write',
'', $this->object->getRefId(),
'grp'));
2362 $this->
ctrl->forwardCommand($t);
2364 $this->
user->getId(),
2365 $this->
object->getId(),
2366 $this->
object->getRefId(),
2371 case 'ilmemberexportsettingsgui':
2373 $this->tabs_gui->activateTab(
'properties');
2374 $this->tabs_gui->activateSubTab(
'export_members');
2376 $this->
ctrl->forwardCommand($settings_gui);
2379 case "ilcontainerskillgui":
2380 $this->tabs_gui->activateTab(
'obj_tool_setting_skills');
2382 $this->
ctrl->forwardCommand($gui);
2385 case 'ilobjecttranslationgui':
2388 $this->tabs_gui->activateTab(
"settings");
2389 $this->tabs_gui->activateSubTab(
"obj_multilinguality");
2391 $this->
ctrl->forwardCommand($transgui);
2394 case "ilbookinggatewaygui":
2395 $this->tabs_gui->activateTab(
'obj_tool_setting_booking');
2397 $this->
ctrl->forwardCommand($gui);
2402 if ($cmd ==
'infoScreenGoto') {
2407 $cmd =
'infoScreen';
2411 if (!$this->creation_mode) {
2412 if ($cmd ==
"infoScreen") {
2419 if (!$this->creation_mode
2420 && $cmd !=
'infoScreen' 2421 && $cmd !=
'sendfile' 2422 && $cmd !=
'unsubscribe' 2423 && $cmd !=
'deliverCertificate' 2424 && $cmd !=
'performUnsubscribe' 2425 && $cmd !=
'removeFromDesk' 2427 && !$this->
access->checkAccess(
"read",
'', $this->object->getRefId())
2429 || $cmd ==
'subscribe' 2430 || $cmd ===
'leaveWaitList') {
2431 if ($this->rbac_system->checkAccess(
'join', $this->object->getRefId()) &&
2433 $this->
ctrl->redirectByClass(
"ilCourseRegistrationGUI");
2440 if ($cmd ==
'listObjectives') {
2441 $this->
ctrl->setReturn($this,
"");
2443 $this->
ctrl->forwardCommand($obj_gui);
2447 if ($cmd ==
"" && $this->
object->isNewsTimelineLandingPageEffective()) {
2448 $this->
ctrl->redirectByClass(
"ilnewstimelinegui");
2459 if ($header_action) {
2466 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
2471 if (!$this->
object->getMemberObject()->isAssigned()) {
2488 $this->
logger->warning(
'Missing course confirmation.');
2493 $this->
logger->warning(
'Missing required fields');
2501 return array(
"ilCourseRegisterGUI",
'ilConditionHandlerGUI');
2506 $this->
ctrl->redirectByClass(
'ilcoursemembershipgui');
2509 public static function _goto($a_target,
string $a_add =
""): void
2512 $main_tpl = $DIC->ui()->mainTemplate();
2513 $ilAccess = $DIC[
'ilAccess'];
2517 $http = $DIC->http();
2518 $refinery = $DIC->refinery();
2520 $a_target = (
int) $a_target;
2522 if (substr($a_add, 0, 5) ==
'rcode') {
2525 if ($http->
wrapper()->query()->has(
'target')) {
2526 $target = $http->
wrapper()->query()->retrieve(
2533 "login.php?target=" . $target .
"&cmd=force_login&lang=" .
2546 if ($a_add ==
"mem" && $ilAccess->checkAccess(
"manage_members",
"", $a_target)) {
2554 if ($ilAccess->checkAccess(
"read",
"", $a_target)) {
2558 if ($ilAccess->checkAccess(
"visible",
"", $a_target)) {
2562 $main_tpl->setOnScreenMessage(
'failure', sprintf(
2563 $lng->
txt(
"msg_no_perm_read_item"),
2576 $this->tabs_gui->activateTab(
'settings');
2577 $this->tabs_gui->activateSubTab(
'crs_map_settings');
2580 !$this->
access->checkAccess(
"write",
"", $this->object->getRefId())) {
2584 $latitude = $this->
object->getLatitude();
2585 $longitude = $this->
object->getLongitude();
2586 $zoom = $this->
object->getLocationZoom();
2589 if ($latitude == 0 && $longitude == 0 && $zoom == 0) {
2591 $latitude = $def[
"latitude"];
2592 $longitude = $def[
"longitude"];
2593 $zoom = $def[
"zoom"];
2602 $this->
lng->txt(
"crs_enable_map"),
2606 $public->setChecked($this->
object->getEnableCourseMap());
2611 $this->
lng->txt(
"crs_map_location"),
2615 $loc_prop->setLongitude((
float) $longitude);
2616 $loc_prop->setZoom((
int) $zoom);
2621 $this->tpl->setVariable(
"ADM_CONTENT",
$form->
getHTML());
2631 if ($this->
http->wrapper()->post()->has(
'location')) {
2632 $custom_transformer = $this->
refinery->custom()->transformation(
2633 fn ($array) => $array
2640 $enable_map =
false;
2641 if ($this->
http->wrapper()->post()->has(
'enable_map')) {
2642 $enable_map = $this->
http->wrapper()->post()->retrieve(
2644 $this->
refinery->kindlyTo()->bool()
2647 $this->
object->setLatitude(
$location[
'latitude']);
2648 $this->
object->setLongitude(
$location[
'longitude']);
2649 $this->
object->setLocationZoom(
$location[
'zoom']);
2650 $this->
object->setEnableCourseMap($enable_map);
2651 $this->
object->update();
2652 $this->
ctrl->redirect($this,
"editMapSettings");
2662 'ilcoursecontentgui',
2664 $this->
object->getAboStatus(),
2665 $this->
object->getRefId(),
2666 $this->
object->getId()
2672 string $a_cmd_class,
2675 int $a_course_ref_id,
2676 int $a_course_obj_id,
2677 int $a_parent_ref_id = 0
2680 $lng = $DIC->language();
2681 $ilAccess = $DIC->access();
2684 if ($a_parent_ref_id == 0) {
2685 $a_parent_ref_id = $a_course_ref_id;
2690 $a_item_list_gui->addCommandLinkParameter(array(
'crs_show_result' => $a_course_ref_id));
2695 $is_tutor = ($ilAccess->checkAccess(
2711 $ilAccess = $DIC[
'ilAccess'];
2713 $ilCtrl = $DIC[
'ilCtrl'];
2715 if ($this->
object->getType() !=
'crs') {
2718 if (!$this->
access->checkAccess(
2721 $this->object->getRefId(),
2723 $this->
object->getId()
2727 if ($this->
object->enabledObjectiveView()) {
2735 $this->tabs_gui->addSubTab(
2738 $this->
ctrl->getLinkTargetByClass(
"ilobjcoursegui",
"view")
2741 $this->tabs_gui->addSubTab(
2744 $this->
ctrl->getLinkTargetByClass(
"ilobjcoursegui",
"disableAdministrationPanel")
2756 $confirm->setHeaderText($this->
lng->txt(
'crs_objectives_reset_sure'));
2757 $confirm->setFormAction($this->
ctrl->getFormAction($this));
2758 $confirm->setConfirm($this->
lng->txt(
'reset'),
'reset');
2759 $confirm->setCancel($this->
lng->txt(
'cancel'),
'cancel');
2760 $this->tpl->setContent($confirm->getHTML());
2775 $this->
user->deletePref(
'crs_objectives_force_details_' . $this->
object->getId());
2776 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'crs_objectives_reseted'));
2782 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
2786 $this->
object->getRefId(),
2787 $this->
object->getId()
2789 if (count($this->start_obj->getStartObjects()) &&
2790 !$this->start_obj->allFullfilled($this->user->getId())) {
2803 if (
$settings->isActive() &&
$settings->getContainer() != $this->
object->getRefId()) {
2805 $this->rbac_system->initMemberView();
2808 return parent::prepareOutput($show_subobjects);
2817 $link = chr(13) . chr(10) . chr(13) . chr(10);
2818 $link .= $this->
lng->txt(
'crs_mail_permanent_link');
2819 $link .= chr(13) . chr(10) . chr(13) . chr(10);
2821 return rawurlencode(base64_encode($link));
2826 $lg = parent::initHeaderAction($sub_type, $sub_id);
2832 if ($validator->isCertificateDownloadable($this->user->getId(), $this->
object->getId())) {
2833 $cert_url = $this->
ctrl->getLinkTarget($this,
"deliverCertificate");
2835 $this->
lng->loadLanguageModule(
"certificate");
2836 $lg->addCustomCommand($cert_url,
"download_certificate");
2841 $this->
lng->txt(
"download_certificate"),
2851 if (!$noti->isCurrentUserActive()) {
2855 $this->
lng->txt(
"crs_notification_deactivated")
2858 $this->
ctrl->setParameter($this,
"crs_ntf", 1);
2859 $caption =
"crs_activate_notification";
2864 $this->
lng->txt(
"crs_notification_activated")
2867 $this->
ctrl->setParameter($this,
"crs_ntf", 0);
2868 $caption =
"crs_deactivate_notification";
2871 if ($noti->canCurrentUserEdit()) {
2872 $lg->addCustomCommand(
2873 $this->
ctrl->getLinkTarget($this,
"saveNotification"),
2878 $this->
ctrl->setParameter($this,
"crs_ntf",
"");
2893 if ($this->
access->checkAccess(
'manage_members',
'', $this->ref_id)) {
2895 if ($this->
http->wrapper()->query()->has(
'member_id')) {
2896 $user_id = $this->
http->wrapper()->query()->retrieve(
2903 $user_id = $this->
user->getId();
2906 $objId = $this->
object->getId();
2910 if (
false === $validator->isCertificateDownloadable($user_id,
$objId)) {
2911 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"permission_denied"),
true);
2912 $this->
ctrl->redirect($this);
2917 $certLogger = $DIC->logger()->cert();
2924 $this->
lng->txt(
'error_creating_certificate_pdf')
2931 $this->
ctrl->redirectByClass(array(
'ilrepositorygui',
'ilobjcoursegui',
'illoeditorgui'),
'materials');
2936 $post_position = (array) ($this->
http->request()->getParsedBody()[
'position'] ?? []);
2937 if (isset($post_position[
'lobj'])) {
2938 $lobj = $post_position[
'lobj'];
2939 $objective_order = array();
2940 foreach ($lobj as $objective_id => $materials) {
2941 $objective_order[$objective_id] = $materials[0];
2942 unset($lobj[$objective_id][0]);
2945 asort($objective_order);
2947 foreach (array_keys($objective_order) as $objective_id) {
2949 $obj->writePosition(++$pos);
2953 foreach ($lobj as $objective_id => $materials) {
2958 foreach (array_keys($materials) as $ass_id) {
2959 $objmat->writePosition($ass_id, ++$pos);
2963 parent::saveSortingObject();
2969 if ($this->
http->wrapper()->query()->has(
'tid')) {
2970 $tid = $this->
http->wrapper()->query()->retrieve(
2974 } elseif ($this->
http->wrapper()->post()->has(
'tid')) {
2975 $tid = $this->
http->wrapper()->post()->retrieve(
2986 if ($this->
http->wrapper()->query()->has(
'tid')) {
2987 $tid = $this->
http->wrapper()->query()->retrieve(
2993 if ($this->
http->wrapper()->query()->has(
'objective_id')) {
2994 $objective_id = $this->
http->wrapper()->query()->retrieve(
3002 $this->
user->getId()
3004 $passed =
$res->getCompletedObjectiveIds();
3006 $has_completed =
false;
3007 if ($objective_id) {
3008 $objective_ids = array($objective_id);
3009 if (in_array($objective_id, $passed)) {
3010 $has_completed =
true;
3017 if (count($objective_ids) === count($passed)) {
3018 $has_completed =
true;
3023 if ($has_completed) {
3039 if ($a_objective_id) {
3040 $question = $this->
lng->txt(
'crs_loc_objective_passed_confirmation');
3042 $question = $this->
lng->txt(
'crs_loc_objectives_passed_confirmation');
3045 $confirm->setHeaderText($question);
3046 $confirm->addHiddenItem(
'objective_id', (
string) $a_objective_id);
3047 $confirm->addHiddenItem(
'tid', (
string) $a_test_id);
3048 $confirm->setConfirm($this->
lng->txt(
'crs_loc_tst_start'),
'redirectLocToTestConfirmed');
3049 $confirm->setCancel($this->
lng->txt(
'cancel'),
'view');
3052 $this->tpl->setContent($confirm->getHTML());
3062 $crs_admin = $this->
object->getDefaultAdminRole();
3063 $crs_member = $this->
object->getDefaultMemberRole();
3064 $local_roles = $this->
object->getLocalCourseRoles(
false);
3068 if (in_array($crs_member, $local_roles)) {
3069 #$crs_roles[$crs_member] = ilObjRole::_getTranslation(array_search ($crs_member, $local_roles)); 3070 #unset($local_roles[$crs_roles[$crs_member]]); 3073 foreach ($local_roles as $title => $role_id) {
3081 if ($a_exclude !== []) {
3082 foreach ($a_exclude as $excluded_role) {
3083 if (isset($crs_roles[$excluded_role])) {
3084 unset($crs_roles[$excluded_role]);
3100 $this->
ctrl->redirectByClass(ilUsersGalleryGUI::class);
3108 $this->
ctrl->setReturn($this,
"view");
static handleCode(int $a_ref_id, string $a_type, string $a_code)
Interface GlobalHttpState.
redirectLocToTestConfirmedObject()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilPdfGeneratorConstantsTest.
static getInstance(int $a_ref_id, bool $a_include_auto_entries)
class ilConditionHandlerGUI
setPropertyForm(ilPropertyFormGUI $form)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilBadgeManagementGUI.
const IL_CRS_VIEW_TIMING_ABSOLUTE
setMessage(string $a_message)
prepareOutput(bool $show_subobjects=true)
const LP_MODE_MANUAL_BY_TUTOR
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
saveSortingSettings(ilPropertyFormGUI $form)
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...
getFormAction(string $cmd, string $default_form_action="")
Get form action for command (command is method name without "Object", e.g.
const IL_CRS_SUBSCRIPTION_DIRECT
GUI class for the workflow of copying objects.
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
const IL_CRS_SUBSCRIPTION_DEACTIVATED
static _goto($a_target, string $a_add="")
confirmDeleteInfoFilesObject()
$location
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static lookupRegistrationInfo(int $a_obj_id)
static _isActivated(int $a_obj_id)
Is activated.
__construct($a_data, int $a_id, bool $a_call_by_reference=true, bool $a_prepare_output=true)
jump2UsersGalleryObject()
const LP_STATUS_NOT_ATTEMPTED
static _lookupInProgressForObject(int $a_obj_id, ?array $a_user_ids=null)
static _getInstanceByObjId(int $a_obj_id, int $a_usr_id)
static isActiveForRefId(int $ref_id)
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
static getInstanceByObjId(int $a_obj_id)
Get instance by obj type.
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
static _gotoRepositoryNode(int $ref_id, string $cmd="")
static _lookupName(int $a_user_id)
lookup user name
This class is used for integration of the booking manager as a service into other repository objects...
static getValidFilename(string $a_filename)
static _fillHTMLMetaTags(int $a_rbac_id, int $a_obj_id, string $a_type)
static _readFilesByCourse(int $a_course_id)
Class ilMailMemberSearchGUI.
static _getObjectiveIds(int $course_id, bool $a_activated_only=false)
viewObject()
viewObject container presentation for "administration -> repository, trash, permissions" ...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilAdvancedMDRecordGUI $record_gui
enableSubscribe(bool $status)
setVariable(string $variable, $value='')
Sets the given variable to the given value.
afterSave(ilObject $new_object)
static updateServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
static checkAccess(int $a_ref_id, bool $a_allow_only_read=true)
check access to learning progress
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
updateLPFromStatus(int $a_member_id, bool $a_has_passed)
sync course status and lp status
static _getFields(int $a_container_id, $a_sort=self::IL_CDF_SORT_NAME)
Get all fields of a container.
const STATUS_DETERMINATION_LP
isActiveAdministrationPanel()
const LP_STATUS_IN_PROGRESS
deliverCertificateObject()
static _lookupContainerSetting(int $a_id, string $a_keyword, string $a_default_value=null)
static _lookupViewMode(int $a_id)
editObject(ilPropertyFormGUI $form=null)
static _lookupCompletedForObject(int $a_obj_id, ?array $a_user_ids=null)
static _lookupObjId(int $ref_id)
static deliverFileLegacy(string $a_file, ?string $a_filename=null, ?string $a_mime=null, ?bool $isInline=false, ?bool $removeAfterDelivery=false, ?bool $a_exit_after=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _tracProgress(int $a_user_id, int $a_obj_id, int $a_ref_id, string $a_obj_type='')
setValue(string $a_value)
modifyItemGUI(ilObjectListGUI $a_item_list_gui, array $a_item_data)
deleteObject(bool $error=false)
const EXTERNAL_MAIL_PREFIX
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const MESSAGE_TYPE_SUCCESS
static _enabledUserRelatedData()
static _checkRequired(int $a_usr_id, int $a_obj_id)
class ilCourseObjectiveMaterials
performUnsubscribeObject()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _enabledLearningProgress()
ilContainerStartObjects $start_obj
const IL_CRS_SUBSCRIPTION_PASSWORD
Class ilMailMemberCourseRoles.
static http()
Fetches the global http state from ILIAS.
class ilobjcourseobjectivesgui
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const IL_CRS_SUBSCRIPTION_LIMITED
ilGlobalTemplateInterface $tpl
static _lookupTitle(int $obj_id)
static _getInstanceByObjId(int $a_obj_id)
const MAIL_ALLOWED_TUTORS
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
createMailSignature()
Create a course mail signature.
static _getCountObjectives(int $a_obj_id, bool $a_activated_only=false)
addStandardContainerSubTabs(bool $a_include_view=true)
Add standard container subtabs for view, manage, oderdering and text/media editor link...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getTranslation(string $a_role_title)
initDidacticTemplate(ilPropertyFormGUI $form)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Validates if an active certificate is stored in the database and can be downloaded by the user...
static getDefaultSettings()
Get default longitude, latitude and zoom.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
static _recordWriteEvent(int $obj_id, int $usr_id, string $action, ?int $parent_obj_id=null)
Records a write event.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
redirectLocToTestConfirmation(int $a_objective_id, int $a_test_id)
Show confirmation whether user wants to start a new run or resume a previous run. ...
const IL_CRS_VIEW_TIMING_RELATIVE
const IL_CRS_VIEW_BY_TYPE
readMemberData(array $ids, array $selected_columns=null, bool $skip_names=false)
afterImport(ilObject $new_object)
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
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)
static initServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
const STATUS_DETERMINATION_MANUAL
Navigation History of Repository Items.
ilNavigationHistory $navigation_history
getEditFormValues()
values are already set in initEditForm Returning an empty array avoid overriding these values...
setCustomRolesForSelection(array $a_roles)
Set custom roles for mapping to LTI roles.
const AUTO_RATING_NEW_OBJECTS
Class ilObjCourseGroupingGUI.
saveListPresentation(ilPropertyFormGUI $form)
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static _writeContainerSetting(int $a_id, string $a_keyword, string $a_value)
const IL_CRS_VIEW_OBJECTIVE
static redirect(string $a_script)
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
setObjParticipants(ilParticipants $objParticipants)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static isActivated()
Checks whether Map feature is activated.
const IL_CRS_VIEW_SESSIONS
Just a wrapper class to create Unit Test for other classes.
redirectLocToTestObject($a_force_new_run=null)
static _registrationEnabled(int $a_obj_id)
Registration enabled? Method is in Access class, since it is needed by Access/ListGUI.
static generateCode()
Generate new registration key.
initListPresentationForm(ilPropertyFormGUI $form)
Add list presentation settings to form.
static _getInstanceByType(string $a_type)
Get Singleton Instance.
const IL_CRS_SUBSCRIPTION_UNLIMITED
static isAccessible(int $ref_id)
static formatPeriod(ilDateTime $start, ilDateTime $end, bool $a_skip_starting_day=false)
Format a period of two dates Shows: 14.
static setBlockedForLP(bool $a_status)
Toggle LP blocking property status.
initHeaderAction(?string $sub_type=null, ?int $sub_id=null)
initSortingForm(ilPropertyFormGUI $form, array $a_sorting_settings)
Append sorting settings to property form.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
getReturnLocation(string $cmd, string $default_location="")
Get return location for command (command is method name without "Object", e.g.
const LP_CONTEXT_REPOSITORY
This class represents a text area property in a property form.
const IL_CRS_SUBSCRIPTION_CONFIRMATION
Class ilCourseContentGUI.
static getMailObjectRefId()
static _lookupProgressByObjId(int $a_obj_id)
lookup progress for a specific object
setInfoObject(ilInfoScreenGUI $info)
get info sections
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setSubTabs(string $a_tab)
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder...
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 getAvailablePortfolioLinksForUserIds(array $a_owner_ids, ?string $a_back_url=null)
static _lookupFailedForObject(int $a_obj_id, ?array $a_user_ids=null)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
setCompleted(bool $a_status)
render()
Add new item selection to current page incl.
editInfoObject(ilPropertyFormGUI $a_form=null)
static _isOnList(int $a_usr_id, int $a_obj_id)
static _hasAccepted(int $a_usr_id, int $a_obj_id)
Check if user has accepted agreement.
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
static _lookupType(int $id, bool $reference=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const ORGU_POSITION_ACCESS
infoScreenObject()
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually...
const LP_STATUS_COMPLETED
const TYPE_UNSUBSCRIBE_MEMBER
static _catchupWriteEvents(int $obj_id, int $usr_id, ?string $timestamp=null)
Catches up with all write events which occured before the specified timestamp.
addHeaderAction()
Add header action menu.
static getInstance(int $obj_id)
static makeClickable(string $a_text, bool $detectGotoLinks=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _fieldsToInfoString(int $a_obj_id)
kindlyTo()
Combined validations and transformations for primitive data types that establish a baseline for furth...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static _hasFields(int $a_container_id)
Check if there are any define fields.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
static deleteRuns(int $a_container_id, int $a_user_id)
Class ilContainerStartObjectsGUI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const CALENDAR_CONFIGURATION
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
static _updateStatus(int $a_obj_id, int $a_usr_id, ?object $a_obj=null, bool $a_percentage=false, bool $a_force_raise=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLocalRoles(array $a_exclude=array())
downloadPdf(int $userId, int $objectId)
const BREADCRUMB_FULL_PATH
const BREADCRUMB_CRS_ONLY