38 protected array
$export_material = array(
"js" => array(),
"images" => array(),
"files" => array());
47 bool $a_enable_comments =
true 51 $this->tpl = $DIC[
"tpl"];
52 $this->
ctrl = $DIC->ctrl();
53 $this->
user = $DIC->user();
54 $this->obj_definition = $DIC[
"objDefinition"];
55 $this->
access = $DIC->access();
56 $this->tree = $DIC->repositoryTree();
57 $this->
lng = $DIC->language();
59 $this->port_request = $DIC->portfolio()
64 $this->portfolio_id = $a_portfolio_id;
65 $this->enable_comments = $a_enable_comments;
74 "LOCATION_SYNTAX_STYLESHEET",
81 "LOCATION_CONTENT_STYLESHEET",
85 "LOCATION_ADDITIONAL_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) {
124 $blog_node_id = $wsp_tree->lookupNodeId($blog_obj_id);
127 $blog_gui->disableNotes(!$this->enable_comments);
128 $blog_gui->prtf_embed =
true;
129 $ilCtrl->forwardCommand($blog_gui);
130 return $blog_gui->getRenderedContent();
132 case "ilcalendarmonthgui":
133 $this->
ctrl->saveParameter($this,
"chuid");
135 if ($cmd && $cmd !==
"preview") {
137 if ($categories->getMode() === 0) {
138 $chuid = $this->port_request->getConsultationHourUserId();
140 $categories->setCHUserId($chuid);
145 $req_seed = $this->port_request->getCalendarSeed();
146 if ($req_seed !==
"") {
153 return (
string) $ilCtrl->forwardCommand($month_gui);
158 return (
string) self::EMBEDDED_NO_OUTPUT;
161 return (
string) parent::executeCommand();
179 return parent::showPage();
182 public function getTabs(
string $a_activate =
""): void
184 if (!$this->embedded) {
185 parent::getTabs($a_activate);
194 $this->embedded = $a_value;
202 $this->additional = $a_additional;
221 "Profile" => array(
"0-9",
"a-z",
"0-9a-z_;\W"),
222 "Verification" => array(
"0-9",
"a-z",
"0-9"),
223 "Blog" => array(
"0-9",
"0-9",
"0-9;\W"),
224 "BlogTeaser" => array(
"0-9",
"0-9",
"0-9;\W"),
225 "Skills" => array(
"0-9",
"0-9"),
226 "SkillsTeaser" => array(
"0-9",
"0-9"),
227 "ConsultationHours" => array(
"0-9",
"a-z",
"0-9;\W"),
228 "ConsultationHoursTeaser" => array(
"0-9",
"a-z",
"0-9;\W"),
229 "MyCourses" => array(
"0-9",
"a-z*"),
230 "MyCoursesTeaser" => array(
"0-9",
"a-z*")
235 $def_parts = array();
236 foreach ($def as $part) {
237 $is_opt = (substr($part, -1) ===
"*");
244 $part = substr($part, 0, -1);
246 $def_parts[] =
"([" . $part .
"]" . $end_marker .
")";
248 $def = implode(
"", $def_parts);
251 "/" . $this->pl_start .
$type . $def . $this->pl_end .
"/",
255 foreach ($blocks[0] as $idx => $block) {
262 case "ConsultationHours":
263 case "ConsultationHoursTeaser":
265 case "MyCoursesTeaser":
267 if (trim(($blocks[3][$idx] ??
""))) {
268 foreach (explode(
";", $blocks[3][$idx]) as $sub) {
270 $subs[] = trim($sub);
274 $snippet = $this->{
"render" .
$type}(
282 $snippet = $this->{
"render" .
$type}(
291 $a_output = str_replace($block, $snippet, $a_output);
305 return trim($a_html);
311 string $a_options =
"" 315 $options =
'<div class="il_Footer">' . $this->
lng->txt(
"prtf_page_element_teaser_settings") .
316 ": " . $a_options .
'</div>';
319 return '<div style="margin:5px" class="ilBox"><h3>' . $a_title .
'</h3>' .
320 '<div class="il_Description_no_margin">' . $this->
lng->txt(
"prtf_page_element_teaser_" . $a_type) .
'</div>' .
327 array $a_fields = null
334 $pub_profile->setEmbedded(
true, ($this->
getOutputMode() ===
"offline"));
339 if ($a_type ===
"manual" && is_array($a_fields) && count($a_fields) > 0) {
341 foreach ($a_fields as $field) {
342 $field = trim($field);
344 $prefs[
"public_" . $field] =
"y";
348 $pub_profile->setCustomPrefs($prefs);
352 return $ilCtrl->getHTML($pub_profile);
355 return $pub_profile->getEmbeddable();
372 if ($a_type ===
'crta' && $outputMode ===
'offline') {
375 $certificatePdfFile = $fileService->createCertificateFilePath($a_user_id, $a_id);
376 $this->export_material[
"files"][] = $certificatePdfFile;
378 $url =
'files/' . basename($certificatePdfFile);
385 if ($a_type ===
'crta' && $outputMode ===
'print') {
392 if ($a_type ===
'crta') {
393 $this->
ctrl->setParameter($this,
"dlid", $a_id);
394 $url = $this->
ctrl->getLinkTarget($this,
"dl" . $a_type);
395 $this->
ctrl->setParameter($this,
"dlid",
"");
403 return $this->
lng->txt(
'deleted');
406 $class =
"ilObj" . $objDefinition->getClassName($a_type) .
"GUI";
409 if ($outputMode ===
"print") {
411 } elseif ($outputMode !==
"offline") {
413 $this->
ctrl->setParameter($this,
"dlid", $a_id);
414 $url = $this->
ctrl->getLinkTarget($this,
"dl" . $a_type);
415 $this->
ctrl->setParameter($this,
"dlid",
"");
417 $file = $verification->getObject()->getFilePath();
418 $url =
"files/" . basename($file);
420 $this->export_material[
"files"][] = $file;
423 return $verification->render(
true,
$url);
428 $id = $this->port_request->getVerificationId();
431 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
437 $id = $this->port_request->getVerificationId();
440 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
446 $id = $this->port_request->getVerificationId();
449 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
455 $id = $this->port_request->getVerificationId();
458 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
464 $id = $this->port_request->getVerificationId();
467 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
473 $id = $this->port_request->getVerificationId();
476 $verification->downloadFromPortfolioPage($this->getPortfolioPage());
482 $objectId = $this->port_request->getVerificationId();
485 $object->downloadFromPortfolioPage($this->getPortfolioPage(), $objectId, $this->
user->getId());
492 array $a_posting_ids = null
500 if (!$a_posting_ids) {
505 $blog->disableNotes(!$this->enable_comments);
506 $blog->setContentStyleSheet();
509 return $ilCtrl->getHTML($blog);
518 foreach ($a_posting_ids as
$post) {
523 $page->setOutputMode(
"offline");
525 $html[] = $page->showPage();
528 return implode(
"\n", $html);
536 array $a_posting_ids = null
542 if ($a_posting_ids) {
543 $postings = array(
"<ul>");
544 foreach ($a_posting_ids as
$post) {
546 $postings[] =
"<li>" . $post->getTitle() .
" - " .
549 $postings[] =
"</ul>";
550 $postings = implode(
"\n", $postings);
553 return $this->
renderTeaser(
"blog", $this->
lng->txt(
"obj_blog") .
' "' .
569 $gui->setOfflineMode(
"./files/");
571 return $gui->getSkillHTML($a_skills_id, $user_id);
581 return $this->
renderTeaser(
"skills", $this->
lng->txt(
"skills") .
' "' .
588 ?array $a_group_ids = null
592 if ($a_mode ===
"auto") {
593 $mode = $this->
lng->txt(
"cont_cach_mode_automatic");
596 $mode = $this->
lng->txt(
"cont_cach_mode_manual");
599 foreach ($a_group_ids as $grp_id) {
602 $groups =
" (" . implode(
", ", $groups) .
")";
605 $this->
lng->loadLanguageModule(
"dateplaner");
607 "consultation_hours",
608 $this->
lng->txt(
"app_consultation_hours"),
616 ?array $a_group_ids = null
635 if (
$ilUser->getId() !== $user_id) {
638 $this->
ctrl->setParameter($this,
"chuid", $user_id);
640 if ($a_mode !==
"manual") {
644 if (!self::$calender_initialized) {
650 self::$calender_initialized =
true;
653 $seed = $this->port_request->getCalendarSeed();
662 $month_gui->setBkId($bkid);
664 $month_gui->setConsulationHoursUserId($user_id);
668 $month_gui->addScheduleFilter($filter);
672 $this->
lng->loadLanguageModule(
"dateplaner");
673 return '<h3>' . $this->
lng->txt(
"app_consultation_hours") .
'</h3>' .
674 $this->
ctrl->getHTML($month_gui);
680 return (
bool) $prfa_set->get(
"mycrs",
true);
692 :
"my_courses_inactive";
696 $this->
lng->txt(
"prtf_page_element_my_courses_title")
702 string $a_default_sorting
722 $req_sorting = $this->port_request->getCourseSorting();
723 if (in_array($req_sorting, array(
"alpha",
"loc"))) {
724 $ilUser->writePref(
"prtf_mcrs_sort", $req_sorting);
726 $sorting =
$ilUser->getPref(
"prtf_mcrs_sort");
728 $sorting = $a_default_sorting;
733 if ($sorting !==
"loc") {
739 $tpl =
new ilTemplate(
"tpl.pc_my_courses.html",
true,
true,
"Modules/Portfolio");
743 $this->
lng->loadLanguageModule(
"trac");
744 $this->
lng->loadLanguageModule(
"crs");
749 "alpha" => $this->
lng->txt(
"cont_mycourses_sortorder_alphabetical"),
750 "loc" => $this->
lng->txt(
"cont_mycourses_sortorder_location")
762 [
"onchange" =>
"form.submit()"]
770 foreach (
$data as $course) {
771 if (($sorting ===
"loc") && $course[
"path"] != $old_path) {
776 $old_path = $course[
"path"];
779 if (isset($course[
"lp_status"])) {
780 $lp_icon_rendered = $lp_icons->renderIconForStatus($course[
"lp_status"]);
789 $do_links = $ilAccess->checkAccessOfUser(
$ilUser->getId(),
"read",
"", $course[
"ref_id"],
"crs") ||
790 ($ilAccess->checkAccessOfUser(
$ilUser->getId(),
"visible",
"", $course[
"ref_id"],
"crs") &&
791 $ilAccess->checkAccessOfUser(
$ilUser->getId(),
"join",
"", $course[
"ref_id"],
"crs"));
794 if (isset($course[
"objectives"])) {
796 $has_initial_test = (bool) $loc_settings->getInitialTest();
798 foreach ($course[
"objectives"] as $objtv) {
800 $params = array(
"oobj" => $objtv[
"id"]);
804 $url .=
"#objtv_acc_" . $objtv[
"id"];
812 if (trim($objtv[
"desc"])) {
813 $desc = nl2br($objtv[
"desc"]);
814 $tt_id =
"objtvtt_" . $objtv[
"id"] .
"_" . (self::$initialized);
831 $objtv_icon = $img_path . basename($objtv_icon);
838 if (isset($objtv[
"type"])) {
873 $crs_icon = $img_path . basename($crs_icon);
878 if (isset($course[
"objectives"])) {
890 if (!self::$initialized) {
891 $GLOBALS[
"tpl"]->addJavaScript(
"Modules/Portfolio/js/ilPortfolio.js");
892 $GLOBALS[
"tpl"]->addOnLoadCode(
"ilPortfolio.init()");
894 self::$initialized++;
911 bool $a_add_path =
false 920 $repo_title = $repo_title[
"title"];
921 if ($repo_title ==
"ILIAS") {
922 $repo_title = $this->
lng->txt(
"repository");
925 $references = $lp_obj_refs = array();
926 foreach ($items as $obj_id) {
933 if ($active && $visible) {
943 $path[] = $item[
"title"];
946 if (count(
$path) === 2) {
951 $references[
$ref_id][
"path_sort"] = implode(
"__",
$path);
955 array_unshift(
$path, $repo_title);
957 $references[
$ref_id][
"path"] = implode(
" › ",
$path);
960 $lp_obj_refs[$obj_id] =
$ref_id;
968 if (count($lp_obj_refs)) {
970 foreach ($lp_obj_refs as $obj_id =>
$ref_id) {
973 $references[
$ref_id][
"objectives"] = $this->parseObjectives($obj_id, $a_user_id);
983 foreach ($lp_data as $item) {
985 $references[
$ref_id][
"lp_status"] = $item[
"status"];
993 protected function parseObjectives(
1001 $coll_objtv = $coll_objtv->getItems();
1010 foreach ($coll_objtv as $objective_id) {
1014 $tmp[$objective_id] = array(
1015 "id" => $objective_id,
1016 "title" => $title[
"title"],
1017 "desc" => $title[
"description"],
1022 if (array_key_exists($objective_id, $lo_results)) {
1023 $lo_result = $lo_results[$objective_id];
1024 $tmp[$objective_id][
"user_id"] = $lo_result[
"user_id"];
1025 $tmp[$objective_id][
"result_perc"] = $lo_result[
"result_perc"] ?? null;
1026 $tmp[$objective_id][
"limit_perc"] = $lo_result[
"limit_perc"] ?? null;
1027 $tmp[$objective_id][
"status"] = $lo_result[
"status"] ?? null;
1028 $tmp[$objective_id][
"type"] = $lo_result[
"type"] ?? null;
1029 $tmp[$objective_id][
"initial"] = $lo_result[
"initial"] ?? null;
1034 foreach ($coll_objtv as $objtv_id) {
1035 $res[] = $tmp[$objtv_id];
1044 int $a_course_obj_id,
1048 $initial_status =
"";
1051 foreach ($lur->getCourseResultsForUserPresentation() as $objective_id => $types) {
1067 $result[
"initial_status"] = $initial_status;
1069 $res[$objective_id] = $result;
1087 $start = strpos($a_html,
"{{{{{PlaceHolder#");
1088 if (is_int($start)) {
1089 $end = strpos($a_html,
"}}}}}", $start);
1092 $param = substr($a_html, $start + 17, $end - $start - 17);
1098 $html =
$lng->
txt(
"cont_text_placeh");
1102 $html =
$lng->
txt(
"cont_media_placeh");
1106 $html =
$lng->
txt(
"cont_question_placeh");
1109 case "Verification":
1110 $html =
$lng->
txt(
"cont_verification_placeh");
1119 $ilCtrl->setParameterByClass(
"ilportfoliopagegui",
"prt_id", $this->port_request->getPortfolioId());
1120 $ilCtrl->setParameterByClass(
"ilportfoliopagegui",
"ppage", $this->
getId());
1121 $ilCtrl->setParameterByClass(
"ilportfoliopagegui",
"pl_pc_id",
$param[0]);
1122 $ilCtrl->setParameterByClass(
"ilportfoliopagegui",
"pl_hier_id",
$param[1]);
1123 $href = $ilCtrl->getLinkTargetByClass(
"ilportfoliopagegui",
"insertJSAtPlaceholder");
1124 $html =
"<a href='" . $href .
"'>" . $html .
"</a>";
1128 $ilCtrl->setParameterByClass(
"ilpcmediaobjectgui",
"prt_id", $this->port_request->getPortfolioId());
1129 $ilCtrl->setParameterByClass(
"ilpcmediaobjectgui",
"ppage", $this->
getId());
1130 $ilCtrl->setParameterByClass(
"ilpcmediaobjectgui",
"pl_pc_id",
$param[0]);
1131 $ilCtrl->setParameterByClass(
"ilpcmediaobjectgui",
"pl_hier_id",
$param[1]);
1132 $ilCtrl->setParameterByClass(
"ilpcmediaobjectgui",
"subCmd",
"insertNew");
1133 $href = $ilCtrl->getLinkTargetByClass(array(
"ilPortfolioPageGUI",
"ilPageEditorGUI",
"ilPCPlaceHolderGUI",
"ilpcmediaobjectgui"),
"insert");
1134 $html =
"<a href='" . $href .
"'>" . $html .
"</a>";
1151 $h2 = substr($a_html, 0, $start) .
1153 substr($a_html, $end + 5);
1156 $start = strpos($a_html,
"{{{{{PlaceHolder#", $start + 5);
1158 if (is_int($start)) {
1159 $end = strpos($a_html,
"}}}}}", $start);
1169 $ctrl = $DIC->ctrl();
1177 return $this->
lng->txt(
"preview");
1196 $caption = $this->
lng->txt(
'certificate') .
': ';
1197 $caption .= $this->
lng->txt($presentation->getUserCertificate()->getObjType()) .
' ';
1198 $caption .=
'"' . $presentation->getObjectTitle() .
'"';
1200 return '<div><a href="' . $url .
'">' . $caption .
'</a></div>';
1206 $this->portfolio_id,
1210 $notes_gui->enablePublicNotes(
true);
1211 $notes_gui->setRepositoryMode(
false);
1212 $notes_gui->setExportMode();
1213 return $notes_gui->getCommentsHTML();
1218 $this->
ctrl->redirectByClass(
"ilObjPortfolioGUI",
"view");
getTabs(string $a_activate="")
static lookupTitle(int $a_group_id)
Lookup group title.
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
static getPlaceHolderStylePath()
getLinkTargetByClass( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
ilObjectDefinition $obj_definition
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
touchBlock(string $block)
overwrites ITX::touchBlock.
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.
Class ilBlogPosting GUI class.
static _getAllReferences(int $id)
get all reference ids for object ID
renderMyCourses(int $a_user_id, string $a_default_sorting)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
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)
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
setParameterByClass(string $a_class, string $a_parameter, $a_value)
renderBlog(int $a_user_id, int $a_blog_id, array $a_posting_ids=null)
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...
renderProfile(int $a_user_id, string $a_type, array $a_fields=null)
setVariable(string $variable, $value='')
Sets the given variable to the given value.
postOutputProcessing(string $a_output)
static getStyleSheetLocation(string $mode="output", string $a_css_name="", string $a_css_location="")
get full style sheet file name (path inclusive) of current user
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.
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
createPersistentCertificateUrl(int $a_id, ilUserCertificateRepository $userCertificateRepository, string $url)
Personal skills GUI class.
ILIAS Portfolio StandardGUIRequest $port_request
static _enabledUserRelatedData()
parses the objects.xml it handles the xml-description of all ilias objects
setEmbedded(bool $a_value)
Set embedded mode: will suppress tabs.
GUI class for course verification.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
Get static link.
getFormActionByClass( $a_class, string $a_fallback_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const MODE_PORTFOLIO_CONSULTATION
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
static getSyntaxStylePath()
setPresentationTitle(string $a_title="")
makePlaceHoldersClickable(string $a_html)
static lookupObjectiveTitle(int $a_objective_id, bool $a_add_description=false)
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)
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
static getObjectsStatusForUser(int $a_user_id, array $obj_refs)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
static findPortfolioForPage(int $a_page_id)
Get portfolio id of page id.
static getInstance(int $a_container_id)
getPageContentUserId(int $a_user_id)
const TYPE_TEST_QUALIFIED
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
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)
static _lookupType(int $id, bool $reference=false)
renderVerification(int $a_user_id, string $a_type, int $a_id)
renderTeaser(string $a_type, string $a_title, string $a_options="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setAdditional(array $a_additional)
Set Additonal Information.
renderSkills(int $a_user_id, int $a_skills_id)
renderBlogTeaser(int $a_user_id, int $a_blog_id, array $a_posting_ids=null)
fetchActiveCertificateForPresentation(int $userId, int $objectId)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)