38 protected array
$export_material = array(
"js" => array(),
"images" => array(),
"files" => array());
49 bool $a_enable_comments =
true 53 $this->tpl = $DIC[
"tpl"];
54 $this->
ctrl = $DIC->ctrl();
55 $this->
user = $DIC->user();
56 $this->obj_definition = $DIC[
"objDefinition"];
57 $this->
access = $DIC->access();
58 $this->tree = $DIC->repositoryTree();
59 $this->
lng = $DIC->language();
61 $this->port_request = $DIC->portfolio()
65 $this->ui_fac = $DIC->ui()->factory();
66 $this->ui_ren = $DIC->ui()->renderer();
68 $this->portfolio_id = $a_portfolio_id;
69 $this->enable_comments = $a_enable_comments;
78 "LOCATION_SYNTAX_STYLESHEET",
85 "LOCATION_CONTENT_STYLESHEET",
90 $this->requested_ppage = $this->port_request->getPortfolioPageId();
116 $next_class = $this->
ctrl->getNextClass($this);
117 $cmd = $this->
ctrl->getCmd();
119 switch ($next_class) {
120 case "ilcalendarmonthgui":
121 $this->
ctrl->saveParameter($this,
"chuid");
123 if ($cmd && $cmd !==
"preview") {
125 if ($categories->getMode() === 0) {
126 $chuid = $this->port_request->getConsultationHourUserId();
128 $categories->setCHUserId($chuid);
133 $req_seed = $this->port_request->getCalendarSeed();
134 if ($req_seed !==
"") {
141 return (
string) $ilCtrl->forwardCommand($month_gui);
146 return (
string) self::EMBEDDED_NO_OUTPUT;
149 return (
string) parent::executeCommand();
163 return parent::showPage();
166 public function getTabs(
string $a_activate =
""): void
168 if (!$this->embedded) {
169 parent::getTabs($a_activate);
178 $this->embedded = $a_value;
186 $this->additional = $a_additional;
205 "Profile" => array(
"0-9",
"a-z",
"0-9a-z_;\W"),
206 "Verification" => array(
"0-9",
"a-z",
"0-9"),
207 "Blog" => array(
"0-9",
"0-9",
"0-9;\W"),
208 "BlogTeaser" => array(
"0-9",
"0-9",
"0-9;\W"),
209 "Skills" => array(
"0-9",
"0-9"),
210 "SkillsTeaser" => array(
"0-9",
"0-9"),
211 "ConsultationHours" => array(
"0-9",
"a-z",
"0-9;\W"),
212 "ConsultationHoursTeaser" => array(
"0-9",
"a-z",
"0-9;\W"),
213 "MyCourses" => array(
"0-9",
"a-z*"),
214 "MyCoursesTeaser" => array(
"0-9",
"a-z*")
217 foreach (
$parts as $type => $def) {
219 $def_parts = array();
220 foreach ($def as $part) {
221 $is_opt = (substr($part, -1) ===
"*");
228 $part = substr($part, 0, -1);
230 $def_parts[] =
"([" . $part .
"]" . $end_marker .
")";
232 $def = implode(
"", $def_parts);
235 "/" . $this->pl_start . $type . $def . $this->pl_end .
"/",
239 foreach ($blocks[0] as $idx => $block) {
246 case "ConsultationHours":
247 case "ConsultationHoursTeaser":
249 case "MyCoursesTeaser":
251 if (trim(($blocks[3][$idx] ??
""))) {
252 foreach (explode(
";", $blocks[3][$idx]) as $sub) {
254 $subs[] = trim($sub);
258 $snippet = $this->{
"render" . $type}(
266 $snippet = $this->{
"render" . $type}(
275 $a_output = str_replace($block, $snippet, $a_output);
289 return trim($a_html);
295 string $a_options =
"" 299 $options =
'<div class="il_Footer">' . $this->
lng->txt(
"prtf_page_element_teaser_settings") .
300 ": " . $a_options .
'</div>';
303 return '<div style="margin:5px" class="ilBox"><h3>' . $a_title .
'</h3>' .
304 '<div class="il_Description_no_margin">' . $this->
lng->txt(
"prtf_page_element_teaser_" . $a_type) .
'</div>' .
311 ?array $a_fields =
null 318 $pub_profile->setEmbedded(
true, ($this->
getOutputMode() ===
"offline"));
323 if ($a_type ===
"manual" && is_array($a_fields) && count($a_fields) > 0) {
325 foreach ($a_fields as $field) {
326 $field = trim($field);
328 $prefs[
"public_" . $field] =
"y";
332 $pub_profile->setCustomPrefs($prefs);
336 return $ilCtrl->getHTML($pub_profile);
339 return $pub_profile->getEmbeddable();
356 if ($a_type ===
'crta' && $outputMode ===
'offline') {
359 $certificatePdfFile = $fileService->createCertificateFilePath($a_user_id, $a_id);
360 $this->export_material[
"files"][] = $certificatePdfFile;
362 $url =
'files/' . basename($certificatePdfFile);
369 if ($a_type ===
'crta' && $outputMode ===
'print') {
376 if ($a_type ===
'crta') {
377 $this->
ctrl->setParameter($this,
"dlid", $a_id);
378 $url = $this->
ctrl->getLinkTarget($this,
"dl" . $a_type);
379 $this->
ctrl->setParameter($this,
"dlid",
"");
387 return $this->
lng->txt(
'deleted');
390 $class =
"ilObj" . $objDefinition->getClassName($a_type) .
"GUI";
393 if ($outputMode ===
"print") {
395 } elseif ($outputMode !==
"offline") {
397 $this->
ctrl->setParameter($this,
"dlid", $a_id);
398 $url = $this->
ctrl->getLinkTarget($this,
"dl" . $a_type);
399 $this->
ctrl->setParameter($this,
"dlid",
"");
401 $file = $verification->getObject()->getFilePath();
402 $url =
"files/" . basename($file);
404 $this->export_material[
"files"][] = $file;
407 return $verification->render(
true,
$url);
412 $id = $this->port_request->getVerificationId();
415 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
421 $id = $this->port_request->getVerificationId();
424 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
430 $id = $this->port_request->getVerificationId();
433 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
439 $id = $this->port_request->getVerificationId();
442 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
448 $id = $this->port_request->getVerificationId();
451 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
457 $id = $this->port_request->getVerificationId();
460 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
466 $objectId = $this->port_request->getVerificationId();
469 $object->downloadFromPortfolioPage($this->getPortfolioPage(), $objectId, $this->
user->getId());
476 ?array $a_posting_ids =
null 482 if ($a_posting_ids) {
483 $postings = array(
"<ul>");
484 foreach ($a_posting_ids as
$post) {
486 $postings[] =
"<li>" . $post->getTitle() .
" - " .
489 $postings[] =
"</ul>";
490 $postings = implode(
"\n", $postings);
493 return $this->
renderTeaser(
"blog", $this->
lng->txt(
"obj_blog") .
' "' .
509 $gui->setOfflineMode(
"./files/");
521 return $this->
renderTeaser(
"skills", $this->
lng->txt(
"skills") .
' "' .
528 ?array $a_group_ids =
null 532 if ($a_mode ===
"auto") {
533 $mode = $this->
lng->txt(
"cont_cach_mode_automatic");
550 $this->
lng->loadLanguageModule(
"dateplaner");
552 "consultation_hours",
553 $this->
lng->txt(
"app_consultation_hours"),
561 ?array $a_group_ids =
null 580 if ($ilUser->getId() !==
$user_id) {
585 if ($a_mode !==
"manual") {
589 if (!self::$calender_initialized) {
595 self::$calender_initialized =
true;
598 $seed = $this->port_request->getCalendarSeed();
607 $month_gui->setBkId($bkid);
609 $month_gui->setConsulationHoursUserId(
$user_id);
613 $month_gui->addScheduleFilter($filter);
617 $this->
lng->loadLanguageModule(
"dateplaner");
618 return '<h3>' . $this->
lng->txt(
"app_consultation_hours") .
'</h3>' .
619 $this->
ctrl->getHTML($month_gui);
625 return (
bool) $prfa_set->get(
"mycrs",
true);
637 :
"my_courses_inactive";
641 $this->
lng->txt(
"prtf_page_element_my_courses_title")
647 string $a_default_sorting
667 $req_sorting = $this->port_request->getCourseSorting();
668 if (in_array($req_sorting, array(
"alpha",
"loc"))) {
669 $ilUser->writePref(
"prtf_mcrs_sort", $req_sorting);
671 $sorting = $ilUser->getPref(
"prtf_mcrs_sort");
673 $sorting = $a_default_sorting;
678 if ($sorting !==
"loc") {
684 $tpl =
new ilTemplate(
"tpl.pc_my_courses.html",
true,
true,
"components/ILIAS/Portfolio");
688 $this->
lng->loadLanguageModule(
"trac");
689 $this->
lng->loadLanguageModule(
"crs");
694 "alpha" => $this->
lng->txt(
"cont_mycourses_sortorder_alphabetical"),
695 "loc" => $this->
lng->txt(
"cont_mycourses_sortorder_location")
707 [
"onchange" =>
"form.submit()"]
715 foreach (
$data as $course) {
716 if (($sorting ===
"loc") && $course[
"path"] != $old_path) {
721 $old_path = $course[
"path"];
724 if (isset($course[
"lp_status"])) {
725 $lp_icon_rendered = $lp_icons->renderIconForStatus($course[
"lp_status"]);
734 $do_links = $ilAccess->checkAccessOfUser($ilUser->getId(),
"read",
"", $course[
"ref_id"],
"crs") ||
735 ($ilAccess->checkAccessOfUser($ilUser->getId(),
"visible",
"", $course[
"ref_id"],
"crs") &&
736 $ilAccess->checkAccessOfUser($ilUser->getId(),
"join",
"", $course[
"ref_id"],
"crs"));
739 if (isset($course[
"objectives"])) {
741 $has_initial_test = (bool) $loc_settings->getInitialTest();
743 foreach ($course[
"objectives"] as $objtv) {
745 $params = array(
"oobj" => $objtv[
"id"]);
746 $url = ilLink::_getLink($course[
"ref_id"],
"crs",
$params);
749 $url .=
"#objtv_acc_" . $objtv[
"id"];
757 $objtv_link = $this->ui_fac->link()->standard(
761 if (trim($objtv[
"desc"] ??
"") !==
"") {
762 $desc = nl2br($objtv[
"desc"]);
763 $objtv_link = $objtv_link->withHelpTopics(...$this->ui_fac->helpTopics($desc));
766 $tpl->
setVariable(
"OBJECTIVE_LINK", $this->ui_ren->render($objtv_link));
775 $objtv_icon = $img_path . basename($objtv_icon);
782 if (isset($objtv[
"type"])) {
808 $tpl->
setVariable(
"COURSE_LINK_URL", ilLink::_getLink($course[
"ref_id"]));
817 $crs_icon = $img_path . basename($crs_icon);
822 if (isset($course[
"objectives"])) {
834 if (!self::$initialized) {
835 $GLOBALS[
"tpl"]->addJavaScript(
"assets/js/ilPortfolio.js");
836 $GLOBALS[
"tpl"]->addOnLoadCode(
"ilPortfolio.init()");
838 self::$initialized++;
855 bool $a_add_path =
false 864 $repo_title = $repo_title[
"title"];
865 if ($repo_title ==
"ILIAS") {
866 $repo_title = $this->
lng->txt(
"repository");
869 $references = $lp_obj_refs = array();
870 foreach ($items as $obj_id) {
877 if ($active && $visible) {
887 $path[] = $item[
"title"];
890 if (count(
$path) === 2) {
895 $references[
$ref_id][
"path_sort"] = implode(
"__",
$path);
899 array_unshift(
$path, $repo_title);
901 $references[
$ref_id][
"path"] = implode(
" › ",
$path);
904 $lp_obj_refs[$obj_id] =
$ref_id;
912 if (count($lp_obj_refs)) {
914 foreach ($lp_obj_refs as $obj_id =>
$ref_id) {
917 $references[
$ref_id][
"objectives"] = $this->parseObjectives($obj_id, $a_user_id);
927 foreach ($lp_data as $item) {
929 $references[
$ref_id][
"lp_status"] = $item[
"status"];
937 protected function parseObjectives(
945 $coll_objtv = $coll_objtv->getItems();
954 foreach ($coll_objtv as $objective_id) {
958 $tmp[$objective_id] = array(
959 "id" => $objective_id,
960 "title" => $title[
"title"],
961 "desc" => $title[
"description"],
966 if (array_key_exists($objective_id, $lo_results)) {
967 $lo_result = $lo_results[$objective_id];
968 $tmp[$objective_id][
"user_id"] = $lo_result[
"user_id"];
969 $tmp[$objective_id][
"result_perc"] = $lo_result[
"result_perc"] ??
null;
970 $tmp[$objective_id][
"limit_perc"] = $lo_result[
"limit_perc"] ??
null;
971 $tmp[$objective_id][
"status"] = $lo_result[
"status"] ??
null;
972 $tmp[$objective_id][
"type"] = $lo_result[
"type"] ??
null;
973 $tmp[$objective_id][
"initial"] = $lo_result[
"initial"] ??
null;
978 foreach ($coll_objtv as $objtv_id) {
979 $res[] = $tmp[$objtv_id];
988 int $a_course_obj_id,
992 $initial_status =
"";
995 foreach ($lur->getCourseResultsForUserPresentation() as $objective_id => $types) {
1011 $result[
"initial_status"] = $initial_status;
1013 $res[$objective_id] = $result;
1031 $start = strpos($a_html,
"{{{{{PlaceHolder#");
1032 if (is_int($start)) {
1033 $end = strpos($a_html,
"}}}}}", $start);
1036 $param = substr($a_html, $start + 17, $end - $start - 17);
1042 $html =
$lng->
txt(
"cont_text_placeh");
1046 $html =
$lng->
txt(
"cont_media_placeh");
1050 $html =
$lng->
txt(
"cont_question_placeh");
1053 case "Verification":
1054 $html =
$lng->
txt(
"cont_verification_placeh");
1063 $ilCtrl->setParameterByClass(
"ilportfoliopagegui",
"prt_id", $this->port_request->getPortfolioId());
1064 $ilCtrl->setParameterByClass(
"ilportfoliopagegui",
"ppage", $this->
getId());
1065 $ilCtrl->setParameterByClass(
"ilportfoliopagegui",
"pl_pc_id",
$param[0]);
1066 $ilCtrl->setParameterByClass(
"ilportfoliopagegui",
"pl_hier_id",
$param[1]);
1067 $href = $ilCtrl->getLinkTargetByClass(
"ilportfoliopagegui",
"insertJSAtPlaceholder");
1068 $html =
"<a href='" . $href .
"'>" . $html .
"</a>";
1072 $ilCtrl->setParameterByClass(
"ilpcmediaobjectgui",
"prt_id", $this->port_request->getPortfolioId());
1073 $ilCtrl->setParameterByClass(
"ilpcmediaobjectgui",
"ppage", $this->
getId());
1074 $ilCtrl->setParameterByClass(
"ilpcmediaobjectgui",
"pl_pc_id",
$param[0]);
1075 $ilCtrl->setParameterByClass(
"ilpcmediaobjectgui",
"pl_hier_id",
$param[1]);
1076 $ilCtrl->setParameterByClass(
"ilpcmediaobjectgui",
"subCmd",
"insertNew");
1077 $href = $ilCtrl->getLinkTargetByClass(array(
"ilPortfolioPageGUI",
"ilPageEditorGUI",
"ilPCPlaceHolderGUI",
"ilpcmediaobjectgui"),
"insert");
1078 $html =
"<a href='" . $href .
"'>" . $html .
"</a>";
1095 $h2 = substr($a_html, 0, $start) .
1097 substr($a_html, $end + 5);
1100 $start = strpos($a_html,
"{{{{{PlaceHolder#", $start + 5);
1102 if (is_int($start)) {
1103 $end = strpos($a_html,
"}}}}}", $start);
1113 $ctrl = $DIC->ctrl();
1121 return $this->
lng->txt(
"preview");
1140 $caption = $this->
lng->txt(
'certificate') .
': ';
1141 $caption .= $this->
lng->txt($presentation->getUserCertificate()->getObjType()) .
' ';
1142 $caption .=
'"' . $presentation->getObjectTitle() .
'"';
1144 return '<div><a href="' . $url .
'">' . $caption .
'</a></div>';
1150 $this->portfolio_id,
1154 $notes_gui->enablePublicNotes(
true);
1155 $notes_gui->setRepositoryMode(
false);
1156 $notes_gui->setExportMode();
1157 return $notes_gui->getListHTML();
1162 $this->
ctrl->redirectByClass(
"ilObjPortfolioGUI",
"view");
getTabs(string $a_activate="")
static getStyleSheetLocation(string $mode="output", string $a_css_name="")
get full style sheet file name (path inclusive) of current user
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
getCourseSortAction(ilCtrl $ctrl)
Get course sort action.
getNodeData(int $a_node_id, ?int $a_tree_pk=null)
get all information of a node.
static bool $calender_initialized
Calendar schedule filter for consultation hour bookings.
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
LP collection of objectives.
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...
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
touchBlock(string $block)
overwrites ITX::touchBlock.
renderProfile(int $a_user_id, string $a_type, ?array $a_fields=null)
ilObjectDefinition $obj_definition
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
renderConsultationHours(int $a_user_id, string $a_mode, ?array $a_group_ids=null)
static _hasLearningProgressLearner()
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
getAdditional()
Get Additonal Information.
static _getAllReferences(int $id)
get all reference ids for object ID
renderMyCourses(int $a_user_id, string $a_default_sorting)
isDeleted(int $a_node_id)
This is a wrapper for isSaved() with a more useful name.
static getInstance(int $variant=ilLPStatusIcons::ICON_VARIANT_DEFAULT, ?\ILIAS\UI\Renderer $renderer=null, ?\ILIAS\UI\Factory $factory=null)
__construct(int $a_portfolio_id, int $a_id=0, int $a_old_nr=0, bool $a_enable_comments=true)
static _lookupTitle(int $a_obj_id, int $a_tref_id=0)
ILIAS UI Renderer $ui_ren
setParameterByClass(string $a_class, string $a_parameter, $a_value)
ILIAS COPage InternalGUIService $gui
static _lookupOwner(int $obj_id)
Lookup owner user ID for object ID.
renderMyCoursesTeaser(int $a_user_id, $a_default_sorting)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
postOutputProcessing(string $a_output)
setVariable(string $variable, $value='')
Sets the given variable to the given value.
getPathFull(int $a_endnode_id, int $a_startnode_id=0)
get path from a given startnode to a given endnode if startnode is not given the rootnode is startnod...
getCoursesOfUser(int $a_user_id, bool $a_add_path=false)
static _lookupViewMode(int $a_id)
setTemplateOutput(bool $a_output=true)
renderConsultationHoursTeaser(int $a_user_id, string $a_mode, ?array $a_group_ids=null)
createPersistentCertificateUrl(int $a_id, ilUserCertificateRepository $userCertificateRepository, string $url)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Personal skills GUI class.
ILIAS Portfolio StandardGUIRequest $port_request
static _enabledUserRelatedData()
setEmbedded(bool $a_value)
Set embedded mode: will suppress tabs.
GUI class for course verification.
GUI class for public user profile presentation.
static _enabledLearningProgress()
parseLOUserResults(int $a_course_obj_id, int $a_user_id)
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
static _lookupTitle(int $obj_id)
ilGlobalTemplateInterface $tpl
GUI class for exercise verification.
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const MODE_PORTFOLIO_CONSULTATION
static getSyntaxStylePath()
setPresentationTitle(string $a_title="")
makePlaceHoldersClickable(string $a_html)
static lookupObjectiveTitle(int $a_objective_id, bool $a_add_description=false)
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
static _getInstance($a_usr_id=0)
get singleton instance
static getContentStylePath(int $a_style_id, bool $add_random=true, bool $add_token=true)
get content style path static (to avoid full reading)
const WORKSPACE_OBJECT_ID
static _isActivated(int $a_obj_id, ?bool &$a_visible_flag=null, bool $a_mind_member_view=true)
const IL_CRS_VIEW_OBJECTIVE
static getInstanceByObjId(int $a_obj_id)
renderPageElement(string $a_type, string $a_html)
static getObjectsStatusForUser(int $a_user_id, array $obj_refs)
GUI class for test verification.
__construct(Container $dic, ilPlugin $plugin)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
static findPortfolioForPage(int $a_page_id)
Get portfolio id of page id.
static getInstance(int $a_container_id)
getPageContentUserId(int $a_user_id)
getFormActionByClass( $a_class, ?string $a_fallback_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
const TYPE_TEST_QUALIFIED
static buildObjectiveProgressBar(bool $a_has_initial_test, int $a_objective_id, array $a_lo_result, bool $a_list_mode=false, bool $a_sub=false, ?string $a_tt_suffix=null)
Render progressbar(s) for given objective and result data.
static _getMembershipByType(int $a_usr_id, array $a_type, bool $a_only_member_role=false)
get membership by type Get course or group membership
renderSkillsTeaser(int $a_user_id, int $a_skills_id)
renderVerification(int $a_user_id, string $a_type, int $a_id)
renderTeaser(string $a_type, string $a_title, string $a_options="")
GUI class for scorm verification.
setAdditional(array $a_additional)
Set Additonal Information.
renderSkills(int $a_user_id, int $a_skills_id)
fetchActiveCertificateForPresentation(int $userId, int $objectId)
getLinkTargetByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)
renderBlogTeaser(int $a_user_id, int $a_blog_id, ?array $a_posting_ids=null)