39 protected \ILIAS\MediaObjects\MediaType\MediaTypeManager
$media_type;
40 protected \ILIAS\MediaCast\InternalGUIService
$gui;
58 bool $a_call_by_reference,
59 bool $a_prepare_output =
true 63 $this->
ctrl = $DIC->ctrl();
64 $this->
lng = $DIC->language();
65 $this->
user = $DIC->user();
66 $this->
tabs = $DIC->tabs();
67 $this->tpl = $DIC[
"tpl"];
68 $this->
access = $DIC->access();
69 $this->
toolbar = $DIC->toolbar();
71 $this->log = $DIC[
"ilLog"];
72 $this->
help = $DIC[
"ilHelp"];
73 $this->
locator = $DIC[
"ilLocator"];
74 $ilCtrl = $DIC->ctrl();
75 $lng = $DIC->language();
76 $this->mc_request = $DIC->mediaCast()
87 $ilCtrl->saveParameter($this,
"item_id");
92 $this->mc_manager = $DIC->mediaCast()->internal()
93 ->domain()->mediaCast($this->
object);
95 $this->gui = $DIC->mediaCast()->internal()->gui();
96 $this->media_type = $DIC->mediaObjects()->internal()->domain()->mediaType();
97 $this->video_gui = $DIC->mediaObjects()->internal()->gui()->video();
98 $this->mob_player_gui = $DIC->mediaObjects()->internal()->gui()->player();
106 $next_class = $this->
ctrl->getNextClass($this);
107 $cmd = $this->
ctrl->getCmd();
110 switch ($next_class) {
111 case "ilmediacreationgui":
112 $this->
ctrl->setReturn($this,
"listItems");
113 $ilTabs->activateTab(
"content");
116 switch ($this->
object->getViewMode()) {
129 },
function ($mob_id, $long_desc) {
131 },
function ($mob_ids) {
133 },
function ($mob_id) {
135 },
function ($mob_id) {
138 $this->
ctrl->forwardCommand($creation);
141 case "ilinfoscreengui":
150 $ilTabs->activateTab(
"export");
152 $exp_gui->addFormat(
"xml");
153 $ret = $this->
ctrl->forwardCommand($exp_gui);
157 case 'ilpermissiongui':
158 $ilTabs->activateTab(
"id_permissions");
160 $ret = $this->
ctrl->forwardCommand($perm_gui);
163 case 'ilobjectcopygui':
165 $cp->setType(
'mcst');
166 $this->
ctrl->forwardCommand($cp);
169 case "ilcommonactiondispatchergui":
171 $this->
ctrl->forwardCommand($gui);
174 case "illearningprogressgui":
175 $ilTabs->activateTab(
'learning_progress');
178 $this->
object->getRefId(),
179 $this->mc_request->getUserId() ?: $ilUser->getId()
181 $this->
ctrl->forwardCommand($new_gui);
182 $this->tabs_gui->setTabActive(
'learning_progress');
185 case "mcstimagegallerygui":
186 $view = new \McstImageGalleryGUI($this->
object, $this->tpl, $this->
getFeedLink());
187 $this->
ctrl->forwardCommand($view);
190 case "mcstpodcastgui":
191 $view = new \McstPodcastGUI($this->
object, $this->tpl, $this->
getFeedLink());
192 $this->
ctrl->forwardCommand($view);
195 case strtolower(ilCommentGUI::class):
199 case strtolower(ilObjectMetaDataGUI::class):
201 $ilTabs->activateTab(
"meta_data");
203 $this->
ctrl->forwardCommand($gui);
206 case strtolower(SettingsGUI::class):
208 $ilTabs->activateTab(
"id_settings");
209 $gui = $this->gui->settings()->settingsGUI(
211 $this->
object->getRefId()
213 $this->
ctrl->forwardCommand($gui);
221 if ($cmd !=
"infoScreenObject") {
236 $this->error->raiseError($this->
lng->txt(
"msg_no_perm_write"), $this->error->MESSAGE);
239 $this->
ctrl->redirectByClass(SettingsGUI::class,
"");
246 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
247 ilUtil::redirect(
"ilias.php?baseClass=ilMediaCastHandlerGUI&ref_id=" . $new_object->
getRefId() .
"&cmd=editSettings");
259 if ($a_presentation_mode) {
260 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"mcst_view_abandoned"));
264 if ($a_presentation_mode) {
270 $med_items = $this->
object->getSortedItemsArray();
272 if ($a_presentation_mode) {
278 $table_gui->setData($med_items);
280 if ($ilAccess->checkAccess(
"write",
"", $this->requested_ref_id) && !$a_presentation_mode) {
281 if (in_array($this->
object->getViewMode(), [
286 $ilToolbar->addButton(
$lng->
txt(
"add"), $this->
ctrl->getLinkTargetByClass(
"ilMediaCreationGUI",
""));
288 $ilToolbar->addButton(
$lng->
txt(
"add"), $this->
ctrl->getLinkTarget($this,
"addCastItem"));
291 $table_gui->addMultiCommand(
"confirmDeletionItems",
$lng->
txt(
"delete"));
292 $table_gui->setSelectAllCheckbox(
"item_id");
299 window.addEventListener(
'load', (
event) => {
300 $(document).on(
'hidden.bs.modal', (e) => {
301 $(
'.modal-body').
html(
'');
303 $(document).on(
'shown.bs.modal', (e) => {
304 window.dispatchEvent(
new Event(
'resize'));
309 $tpl->
setContent($this->gui->ui()->renderer()->render($new_table->get()) . $script);
315 $new_table->handleCommand();
320 return $this->gui->getMediaCastManageTableGUI($this,
"tableCommand");
335 $enable_internal_rss = $news_set->get(
"enable_rss_for_internal");
336 if ($enable_internal_rss) {
358 $item_id = $this->mc_request->getItemId();
359 $this->
ctrl->setParameterByClass(self::class,
"item_id", $item_id);
368 $this->mc_request->getItemId()
372 $this->video_gui->addPreviewExtractionToToolbar(
373 $this->mcst_item->getMobId(),
384 foreach ($this->
object->getSortedItemsArray() as $item) {
385 if ($mob_id == $item[
"mob_id"]) {
386 $this->
ctrl->setParameter($this,
"item_id", $item[
"id"]);
387 $this->
ctrl->redirect($this,
"editCastItem");
390 $this->
ctrl->redirect($this,
"listItems");
395 foreach ($this->
object->getSortedItemsArray() as $item) {
396 if ($mob_id == $item[
"mob_id"]) {
399 $mc_item->setTitle($mob->getTitle());
400 $mc_item->setContent($mob->getLongDescription());
413 $ilTabs->activateTab(
"edit_content");
418 $enable_internal_rss = $news_set->get(
"enable_rss_for_internal");
421 $this->form_gui->setMultipart(
true);
425 $text_input->setMaxLength(200);
426 $this->form_gui->addItem($text_input);
431 $this->form_gui->addItem($text_area);
434 if ($enable_internal_rss) {
437 $radio_group->addOption($radio_option);
439 $radio_group->addOption($radio_option);
441 $radio_group->setRequired(
true);
442 $radio_group->setValue($this->
object->getDefaultAccess() == 0 ?
"users" :
"public");
443 $this->form_gui->addItem($radio_group);
450 $dur->setShowDays(
false);
451 $dur->setShowHours(
true);
452 $dur->setShowSeconds(
true);
453 $this->form_gui->addItem($dur);
457 if ($purpose ==
"VideoAlternative" &&
458 $a_mode ==
"create") {
463 $section->setTitle(
$lng->
txt(
"mcst_" . strtolower($purpose) .
"_title"));
464 $this->form_gui->addItem($section);
465 if ($a_mode !=
"create") {
468 $label->setPostVar(
"label_value_" . $purpose);
469 $label->setInfo(
$lng->
txt(
"mcst_current_value_info"));
470 $this->form_gui->addItem($label);
471 $this->form_gui->addItem($value);
474 $file->
setSuffixes($this->mc_manager->getSuffixesForViewMode(
475 $this->object->getViewMode()
477 $this->form_gui->addItem($file);
480 $text_input->setInfo(
$lng->
txt(
"mcst_reference_info"));
481 $this->form_gui->addItem($text_input);
482 if ($purpose !=
"Standard") {
484 $clearCheckBox->setPostVar(
"delete_" . $purpose);
485 $clearCheckBox->setTitle(
$lng->
txt(
"mcst_clear_purpose_title"));
486 $this->form_gui->addItem($clearCheckBox);
490 $this->form_gui->addItem($ne);
494 if ($a_mode !==
"create") {
495 $mcst_item =
new ilNewsItem($this->mc_request->getItemId());
498 $this->video_gui->addPreviewInput($this->form_gui, $mob_id);
503 if ($a_mode ==
"create") {
504 $this->form_gui->setTitle(
$lng->
txt(
"mcst_add_new_item"));
505 $this->form_gui->addCommandButton(
"saveCastItem",
$lng->
txt(
"save"));
507 $this->form_gui->setTitle(
$lng->
txt(
"mcst_edit_item"));
508 $this->form_gui->addCommandButton(
"updateCastItem",
$lng->
txt(
"save"));
510 $this->form_gui->addCommandButton(
"listItems",
$lng->
txt(
"cancel"));
511 $this->form_gui->setFormAction($ilCtrl->getFormAction($this,
"saveCastItem"));
529 $this->mc_request->getItemId()
531 if (count($mediaItems) > 0) {
532 foreach ($mediaItems as $med) {
533 if (!isset($values[
"title"])) {
535 $values[
"title"] = $this->mcst_item->
getTitle();
536 $values[
"description"] = $this->mcst_item->getContent();
537 $values[
"visibility"] = $this->mcst_item->getVisibility();
538 $length = explode(
":", $this->mcst_item->getPlaytime());
539 $values[
"duration"] = array(
"hh" => $length[0],
"mm" => $length[1],
"ss" => $length[2]);
542 $values[
"value_" . $med->getPurpose()] = (strlen($med->getLocation()) > 100) ?
"..." . substr($med->getLocation(), strlen($med->getLocation()) - 100) : $med->getLocation();
543 $values[
"label_value_" . $med->getPurpose()] = (strlen($med->getLocation()) > 100) ?
"..." . substr($med->getLocation(), strlen($med->getLocation()) - 100) : $med->getLocation();
544 $values[
"mimetype_" . $med->getPurpose()] = $med->getFormat();
548 if (!isset($values[
"value_" . $purpose])) {
549 $values[
"label_value_" . $purpose] =
$lng->
txt(
"none");
550 $values[
"value_" . $purpose] =
$lng->
txt(
"none");
553 $this->form_gui->setValuesByArray($values);
566 $ilTabs->activateTab(
"edit_content");
570 if (!$this->form_gui->checkInput() ||
571 ($this->form_gui->getInput(
"url_Standard") ==
"" && !$_FILES[
'file_Standard'][
'tmp_name'])) {
572 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"mcst_input_either_file_or_url"));
584 $title = $this->form_gui->getInput(
"title") !=
"" ? $this->form_gui->getInput(
"title") : basename($file);
585 $description = $this->form_gui->getInput(
"description");
586 $mob->setTitle($title);
587 $mob->setDescription($description);
590 $this->video_gui->savePreviewInput($this->form_gui, $mob->getId());
596 foreach ($this->additionalPurposes as $purpose) {
598 $file_gui = $this->form_gui->getInput(
"file_" . $purpose);
599 $url_gui = $this->form_gui->getInput(
"url_" . $purpose);
600 if ($url_gui || $file_gui[
"size"] > 0) {
607 if ($prevpic[
"size"] == 0) {
610 $mob->generatePreviewPic(320, 240);
618 $enable_internal_rss = $news_set->get(
"enable_rss_for_internal");
622 $mc_item->setMobId($mob->getId());
624 $mc_item->setContextObjId($this->
object->getId());
625 $mc_item->setContextObjType($this->
object->getType());
626 $mc_item->setUserId($ilUser->getId());
628 $mc_item->setTitle($title);
629 $mc_item->setContent($description);
630 $mc_item->setLimitation(
false);
631 if ($enable_internal_rss) {
632 $mc_item->setVisibility($this->form_gui->getInput(
"visibility"));
634 $mc_item->setVisibility(
"users");
638 $ilCtrl->redirect($this,
"listItems");
645 ? $this->form_gui->getInput(
"duration")
646 : array(
"hh" => 0,
"mm" => 0,
"ss" => 0);
648 $duration_str = str_pad(
$duration[
"hh"], 2,
"0", STR_PAD_LEFT) .
":" .
649 str_pad(
$duration[
"mm"], 2,
"0", STR_PAD_LEFT) .
":" .
650 str_pad(
$duration[
"ss"], 2,
"0", STR_PAD_LEFT);
656 $duration_str = $this->
object->getPlaytimeForSeconds(
$d);
660 return $duration_str;
672 $mediaItem->setPurpose($purpose);
692 $url_gui = $this->form_gui->getInput(
"url_" . $purpose);
693 $file_gui = $this->form_gui->getInput(
"file_" . $purpose);
696 $file = $this->form_gui->getInput(
"url_" . $purpose);
697 $title = basename($file);
698 $location = $this->form_gui->getInput(
"url_" . $purpose);
699 $locationType =
"Reference";
700 } elseif ($file_gui[
"size"] > 0) {
704 if (!is_dir($mob_dir)) {
707 $dir = LegacyPathHelper::createRelativePath($mob_dir);
708 $old_files = $this->
filesystem->finder()->in([$dir])->exclude([$dir .
'/mob_vpreview.png'])->files();
709 foreach ($old_files as $file) {
715 $file_name = str_replace(
" ",
"_", $file_name);
717 $file = $mob_dir .
"/" . $file_name;
719 $locationType =
"LocalFile";
731 if ($format ===
"") {
740 $mediaItem->
setHeight(self::isAudio($format) ? 0 : 180);
741 $mob->generatePreviewPic(320, 240);
744 if (($purpose ===
"Standard") && isset($title)) {
767 if ($this->form_gui->checkInput()) {
770 $this->mc_request->getItemId()
779 if ($this->form_gui->getInput(
"delete_" . $purpose)) {
780 $mob->removeMediaItem($purpose);
781 $ilLog->write(
"Mcst: deleting purpose $purpose");
784 $media_item = $mob->getMediaItem($purpose);
785 $url_gui = $this->form_gui->getInput(
"url_" . $purpose);
786 $file_gui = $this->form_gui->getInput(
"file_" . $purpose);
788 if ($media_item ==
null) {
789 if ($purpose !=
"Standard" &&
790 ($url_gui || $file_gui[
"size"] > 0)) {
799 if ($purpose ==
"Standard") {
803 $title = $this->form_gui->getInput(
"title") !=
"" ? $this->form_gui->getInput(
"title") : basename($file);
804 $description = $this->form_gui->getInput(
"description");
806 $mob->setTitle($title);
807 $mob->setDescription($description);
809 $this->video_gui->savePreviewInput($this->form_gui, $mob->getId());
821 $enable_internal_rss = $news_set->get(
"enable_rss_for_internal");
823 $mc_item->setUserId($ilUser->getId());
827 $seconds = ((
int) $dur_arr[0] * 60 * 60) + ((
int) $dur_arr[1] * 60) + ((
int) $dur_arr[2]);
828 $st_med = $mob->getMediaItem(
"Standard");
829 $st_med->setDuration($seconds);
832 $mc_item->setTitle($title);
833 $mc_item->setContent($description);
834 if ($enable_internal_rss) {
835 $mc_item->setVisibility($this->form_gui->getInput(
"visibility"));
839 $ilCtrl->redirect($this,
"listItems");
847 $f = $this->gui->ui()->factory();
848 $item_id = $this->mc_request->getItemId();
854 $file = $mob->getStandardSrc();
855 if ($this->media_type->isAudio($med->getFormat())) {
856 $comp =
$f->player()->audio($file,
"");
857 } elseif ($this->media_type->isVideo($med->getFormat())) {
858 $comp =
$f->player()->video($file);
859 } elseif ($this->media_type->isImage($med->getFormat())) {
860 $comp =
$f->image()->responsive($file, $mob->getTitle());
864 if (is_null($comp)) {
865 $comp =
$f->messageBox()->info($this->
lng->txt(
"mcst_item_not_found"));
868 $this->
lng->txt(
"mcst_preview"),
869 $this->
lng->txt(
"close")
870 )->content([$comp])->send();
876 $f = $this->gui->ui()->factory();
877 $r = $this->gui->ui()->renderer();
878 $ids = $this->mc_request->getItemIds();
879 if (current($ids) ===
'ALL_OBJECTS') {
880 $arr = $this->
object->getSortedItemsArray();
881 $ids = array_keys($arr);
884 foreach ($ids as
$id) {
886 $items[] =
$f->modal()->interruptiveItem()->keyValue($id,
"", $item->getTitle());
888 $this->gui->send(
$r->renderAsync([
889 $f->modal()->interruptive(
890 $this->
lng->txt(
"mcst_confirm_deletion"),
891 $this->
lng->txt(
"info_delete_sure"),
892 $this->
ctrl->getFormAction($this,
"deleteItems")
893 )->withAffectedItems($items)
905 $ilTabs->activateTab(
"edit_content");
907 $ids = $this->mc_request->getItemIds();
908 if (count($ids) == 0) {
916 $c_gui->setFormAction($ilCtrl->getFormAction($this,
"deleteItems"));
917 $c_gui->setHeaderText(
$lng->
txt(
"info_delete_sure"));
918 $c_gui->setCancel(
$lng->
txt(
"cancel"),
"listItems");
919 $c_gui->setConfirm(
$lng->
txt(
"confirm"),
"deleteItems");
922 foreach ($ids as $item_id) {
942 $ids = $this->mc_request->getItemIds();
943 foreach ($ids as $item_id) {
947 $this->
object->saveOrder(
array_map(
function ($i) {
949 }, $this->
object->readItems()));
950 $ilCtrl->redirect($this,
"listItems");
962 $news_item =
new ilNewsItem($this->mc_request->getItemId());
963 $this->
object->handleLPUpdate($ilUser->getId(), $news_item->getMobId());
964 if (!$news_item->deliverMobFile(
966 $this->mc_request->getPresentation()
968 $ilCtrl->redirect($this,
"showContent");
978 $mc_item =
new ilNewsItem($this->mc_request->getItemId());
982 $m_item = $mob->getMediaItem(
"Standard");
986 $m_item->determineDuration();
987 $dur = $m_item->getDuration();
992 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"mcst_set_playtime"),
true);
996 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
"mcst_unable_to_determin_playtime"),
true);
999 $ilCtrl->redirect($this,
"listItems");
1010 $this->
ctrl->redirectByClass(ilInfoScreenGUI::class,
"showSummary");
1025 $info->addMetaDataSections($this->
object->getId(), 0, $this->
object->getType());
1026 $info->enablePrivateNotes();
1029 $this->
lng->loadLanguageModule(
"meta");
1030 $this->
lng->loadLanguageModule(
"mcst");
1031 $med_items = $this->
object->getItemsArray();
1032 $info->addSection($this->
lng->txt(
"meta_general"));
1034 $this->
lng->txt(
"mcst_nr_items"),
1038 if (count($med_items) > 0) {
1039 $cur = current($med_items);
1045 $info->addProperty($this->
lng->txt(
"mcst_last_submission"), $last);
1048 $this->
ctrl->forwardCommand($info);
1061 if ($ilAccess->checkAccess(
'read',
"", $this->object->getRefId())) {
1065 $this->
ctrl->getLinkTarget($this,
"showContent")
1070 if ($ilAccess->checkAccess(
'visible',
"", $this->object->getRefId()) ||
1071 $ilAccess->checkAccess(
'read',
"", $this->object->getRefId())) {
1075 $this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui",
"showSummary")
1080 if ($ilAccess->checkAccess(
'write',
"", $this->object->getRefId())) {
1084 $this->
ctrl->getLinkTargetByClass(SettingsGUI::class,
"")
1090 'learning_progress',
1091 $lng->
txt(
'learning_progress'),
1092 $this->
ctrl->getLinkTargetByClass(array(__CLASS__,
'illearningprogressgui'),
'')
1096 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
1098 $mdtab = $mdgui->getTab();
1100 $this->tabs_gui->addTab(
1102 $this->
lng->txt(
"meta_data"),
1109 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
1113 $this->
ctrl->getLinkTargetByClass(
"ilexportgui",
"")
1118 if ($ilAccess->checkAccess(
'edit_permission',
"", $this->object->getRefId())) {
1122 $this->
ctrl->getLinkTargetByClass(
"ilpermissiongui",
"perm")
1128 string $a_active =
"content" 1137 $this->
ctrl->getLinkTarget($this,
"showContent")
1140 if ($ilAccess->checkAccess(
"write",
"", $this->requested_ref_id)) {
1144 $this->
ctrl->getLinkTarget($this,
"listItems")
1151 $this->
ctrl->getLinkTarget($this,
"editOrder")
1156 $ilTabs->activateSubTab($a_active);
1157 $ilTabs->activateTab(
"content");
1169 if (is_object($this->
object)) {
1174 public static function _goto(
string $a_target): void
1177 $main_tpl = $DIC->ui()->mainTemplate();
1179 $ilAccess = $DIC->access();
1180 $lng = $DIC->language();
1181 $ctrl = $DIC->ctrl();
1183 if ($ilAccess->checkAccess(
"read",
"", $a_target)) {
1187 } elseif ($ilAccess->checkAccess(
"visible",
"", $a_target)) {
1190 $main_tpl->setOnScreenMessage(
'failure', sprintf(
1191 $lng->
txt(
"msg_no_perm_read_item"),
1200 protected static function isAudio(
string $extension): bool
1202 return strpos($extension,
"audio") !==
false;
1227 $this->form_gui->setValuesByPost();
1234 if ($this->form_gui->getInput(
"value_" . $purpose)) {
1235 $input = $this->form_gui->getItemByPostVar(
"label_value_" . $purpose);
1236 $input->setValue($this->form_gui->getInput(
"value_" . $purpose));
1240 $this->form_gui->setValuesByPost();
1251 $ilTabs->activateTab(
"edit_content");
1256 switch ($this->
object->getOrder()) {
1270 $table_gui->setTitle(
$lng->
txt(
"mcst_media_cast"));
1271 $table_gui->setData($this->
object->getSortedItemsArray());
1273 $table_gui->addCommandButton(
"saveOrder",
$lng->
txt(
"mcst_save_order"));
1282 $ids = $this->mc_request->getItemIds();
1286 foreach (array_keys($ids) as
$id) {
1289 $this->
object->saveOrder($items);
1291 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
"settings_saved"),
true);
1292 $this->
ctrl->redirect($this,
"editOrder");
1308 $this->
object->getRefId(),
1309 $this->
object->getId(),
1319 $view = new \McstImageGalleryGUI($this->
object, $this->tpl, $this->
getFeedLink());
1320 $view->setCompletedCallback($this->
ctrl->getLinkTarget(
1322 "handlePlayerCompletedEvent",
1327 $this->
tabs->activateTab(
"content");
1331 $view = new \McstPodcastGUI($this->
object, $this->tpl, $this->
getFeedLink());
1332 $this->
tabs->activateTab(
"content");
1336 $ilTabs->activateTab(
"content");
1338 $view = new \ILIAS\MediaCast\Presentation\VideoViewGUI($this->
object,
$tpl, $this->
getFeedLink());
1339 $view->setCompletedCallback($this->
ctrl->getLinkTarget(
1341 "handlePlayerCompletedEvent",
1346 $view->setAutoplayCallback($this->
ctrl->getLinkTarget(
1348 "handleAutoplayTrigger",
1367 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"mcst_view_abandoned"));
1374 $this->mcst_item =
new ilNewsItem($this->mc_request->getItemId());
1375 $this->video_gui->handleExtractionRequest(
1376 $this->mcst_item->getMobId()
1378 $ilCtrl->redirect($this,
"editCastItem");
1383 if ($this->mc_request->getEvent() ===
"play") {
1384 $player = explode(
"_", $this->mc_request->getPlayer());
1385 $news_id = (
int) $player[1];
1387 $item->increasePlayCounter();
1389 $mob_id = $item->getMobId();
1392 $this->
object->handleLPUpdate($ilUser->getId(), $mob_id);
1400 $mob_id = $this->mc_request->getMobId();
1403 $this->
object->handleLPUpdate($ilUser->getId(), $mob_id);
1420 string $long_desc =
"",
1421 bool $redirect =
true,
1422 bool $extract =
false 1428 foreach ($mob_ids as $mob_id) {
1429 $item_ids[] = $this->
object->addMobToCast($mob_id,
$user->
getId(), $long_desc, $extract);
1433 if (count($item_ids) === 1) {
1448 $this->
user->writePref(
1450 $this->mc_request->getAutoplay()
1457 return $this->gui->comments()->commentGUI(
1458 $this->
object->getRefId(),
1459 $this->mc_request->getItemId()
1465 echo $this->
getCommentGUI()->getListHTML() .
"<script>ilNotes.init(null);</script>";
1471 $mob_id = $this->mc_request->getMobId();
1473 $this->gui->httpUtil()->sendString(
$html);
This class represents an option in a radio group.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
GUI class for the workflow of copying objects.
prepareOutput(bool $show_sub_objects=true)
setPlaytime(string $a_playtime)
static _gotoRepositoryNode(int $ref_id, string $cmd="")
setContent(string $a_html)
Sets content for standard template.
setParameterByClass(string $a_class, string $a_parameter, $a_value)
loadLanguageModule(string $a_module)
Load language module.
static checkAccess(int $a_ref_id, bool $a_allow_only_read=true)
check access to learning progress
redirectByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
static _lookupObjId(int $ref_id)
static getASCIIFilename(string $a_filename)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static renameExecutables(string $a_dir)
ilGlobalTemplateInterface $tpl
static _lookup(string $a_type, string $a_setting, int $a_user=0, int $a_block_id=0)
Lookup setting from database.
static _lookupTitle(int $obj_id)
redirect(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
setScreenIdComponent(string $a_comp)
Class ilObjectGUI Basic methods of all Output classes.
static _recordReadEvent(string $a_type, int $a_ref_id, int $obj_id, int $usr_id, bool $isCatchupWriteEvents=true, $a_ext_rc=null, $a_ext_time=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 moveUploadedFile(string $a_file, string $a_name, string $a_target, bool $a_raise_errors=true, string $a_mode="move_uploaded")
move uploaded file
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static redirect(string $a_script)
activateTab(string $a_id)
A news item can be created by different sources.
setPermanentLink(string $a_type, ?int $a_id, string $a_append="", string $a_target="", string $a_title="")
Generates and sets a permanent ilias link.
__construct(Container $dic, ilPlugin $plugin)
const LP_CONTEXT_REPOSITORY
This class represents a text area property in a property form.
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addHeaderAction()
Add header action menu.
Class ilObjUserTrackingGUI.
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
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)