19 declare(strict_types=1);
35 protected \ILIAS\Repository\HTML\HTMLUtil
$html;
36 protected \ILIAS\DI\UIServices
$ui;
37 protected ?\ILIAS\UI\Component\MessageBox\MessageBox
$mbox =
null;
79 $this->rbacsystem = $DIC->rbac()->system();
80 $this->tpl = $DIC[
"tpl"];
81 $this->
access = $DIC->access();
82 $this->
user = $DIC->user();
83 $this->tree = $DIC->repositoryTree();
85 $ilCtrl = $DIC->ctrl();
86 $lng = $DIC->language();
87 $ilTabs = $DIC->tabs();
88 $this->metadata = $DIC->learningObjectMetadata();
90 $this->
ctrl = $ilCtrl;
92 $this->tabs_gui = $ilTabs;
93 $this->gui_object = $a_gui_object;
94 $this->form_action =
"";
95 $this->top_formbuttons = array();
96 $this->hiddenelements = array();
97 $this->
ui = $DIC->ui();
98 $this->request = $DIC->infoScreen()->internal()->gui()->standardRequest();
99 $this->
html = $DIC->infoScreen()->internal()->gui()->html();
113 $next_class = $this->
ctrl->getNextClass($this);
115 $cmd = $this->
ctrl->getCmd(
"showSummary");
116 $this->
ctrl->setReturn($this,
"showSummary");
120 switch ($next_class) {
121 case strtolower(ilCommentGUI::class):
122 if ($this->
ctrl->isAsynch()) {
133 case "ilpublicuserprofilegui":
135 $user_profile->
setBackUrl($this->
ctrl->getLinkTarget($this,
"showSummary"));
136 $html = $this->
ctrl->forwardCommand($user_profile);
140 case "ilcommonactiondispatchergui":
142 $this->
ctrl->forwardCommand($gui);
153 $this->mbox = $a_val;
164 $this->table_class = $a_val;
174 $this->private_notes_enabled = $a_enable;
179 $this->learning_progress_enabled = $a_enable;
184 $this->availability_enabled = $a_enable;
189 $this->booking_enabled = $a_enable;
195 $this->feedback_enabled = $a_enable;
200 $this->news_enabled = $a_enable;
205 $this->news_editing = $a_enable;
212 public function setBlockProperty(
string $a_block_type,
string $a_property,
string $a_value): void
214 $this->block_property[$a_block_type][$a_property] = $a_value;
234 $this->form_action = $a_form_action;
239 $this->form_action =
"";
249 public function addProperty(
string $a_name,
string $a_value,
string $a_link =
""): void
252 array(
"name" => $a_name,
"value" => $a_value,
262 string $a_input_name,
263 string $a_input_value =
"",
264 string $a_input_size =
"",
265 string $direct_button_command =
"",
266 string $direct_button_label =
"",
267 bool $direct_button_primary =
false 269 $input =
"<span class=\"form-inline\"><input class=\"form-control\" type=\"text\" name=\"$a_input_name\" id=\"$a_input_name\"";
270 if (strlen($a_input_value)) {
273 if (strlen($a_input_size)) {
274 $input .=
" size=\"" . $a_input_size .
"\"";
277 if (strlen($direct_button_command) && strlen($direct_button_label)) {
279 if ($direct_button_primary) {
280 $css =
" btn-primary";
282 $input .=
" <input type=\"submit\" class=\"btn btn-default" . $css .
"\" name=\"cmd[$direct_button_command]\" value=\"$direct_button_label\" />";
286 array(
"name" =>
"<label for=\"$a_input_name\">$a_name</label>",
"value" => $input);
295 string $a_frame =
"",
296 string $a_position =
"top",
297 bool $a_primary =
false 299 if ($a_position ==
"top") {
300 $this->top_buttons[] =
301 array(
"title" => $a_title,
"link" => $a_link,
"target" => $a_frame,
"primary" => $a_primary);
312 string $a_position =
"top" 314 if ($a_position ==
"top") {
315 $this->top_formbuttons[] = array(
"command" => $a_command,
"title" => $a_title);
321 $this->hiddenelements[] = array(
"name" => $a_name,
"value" => $a_value);
331 $md_reader = $this->metadata->read($a_rep_obj_id, $a_obj_id, $a_type);
332 $md_paths = $this->metadata->paths();
333 $md_data_helper = $this->metadata->dataHelper();
334 $md_copyright_helper = $this->metadata->copyrightHelper();
337 $lang_data = $md_reader->allData($md_paths->languages());
338 $langs = $md_data_helper->makePresentableAsList(
', ', ...$lang_data);
340 $keyword_data = $md_reader->allData($md_paths->keywords());
341 $keywords = $md_data_helper->makePresentableAsList(
', ', ...$keyword_data);
344 $author_data = $md_reader->allData($md_paths->authors());
345 $author = $md_data_helper->makePresentableAsList(
', ', ...$author_data);
348 $learning_time_data = $md_reader->firstData($md_paths->firstTypicalLearningTime());
349 $learning_time = $md_data_helper->makePresentable($learning_time_data);
353 if ($md_copyright_helper->hasPresetCopyright($md_reader)) {
354 $copyright = $this->
ui->renderer()->render(
355 $md_copyright_helper->readPresetCopyright($md_reader)->presentAsUIComponents()
358 $copyright = $md_copyright_helper->readCustomCopyright($md_reader);
370 $lng->
txt(
"language"),
371 $this->
html->escape($langs)
374 if ($keywords !=
"") {
376 $lng->
txt(
"keywords"),
377 $this->
html->escape($keywords)
383 $this->
html->escape($author)
386 if ($learning_time !=
"") {
388 $lng->
txt(
"meta_typical_learning_time"),
389 $this->
html->escape($learning_time)
394 if ($copyright ===
'' && $public_access_export ===
'') {
399 if ($public_access_export !==
'') {
401 $lng->
txt(
'export_info_public_access'),
402 $public_access_export
406 if ($copyright !==
'') {
408 $lng->
txt(
"meta_copyright"),
420 $export_services =
new ExportServices();
421 $public_access = $export_services->publicAccess()->handler();
428 $rep_obj_id !== $this->gui_object->getObject()->getId() ||
429 ($obj_id !== 0 && $obj_id !== $rep_obj_id)
434 if (!$public_access->hasPublicAccessFile($this->data_factory->objId($rep_obj_id))) {
438 $ref_id = $this->gui_object->getObject()->getRefId();
440 return $this->
ui->renderer()->render(
441 $this->
ui->factory()->button()->standard(
442 $this->
lng->txt(
'export_info_public_access_download'),
443 $public_access->downloadLinkOfPublicAccessFile($this->data_factory->refId(
$ref_id))
453 public function addObjectSections():
void 462 if ($this->booking_enabled) {
464 $booking_adapter->add();
468 $a_obj = $this->gui_object->getObject();
471 if (is_object($a_obj)) {
473 $type = $a_obj->getType();
479 $lng->
txt(
"object_id"),
480 (string) $a_obj->getId()
484 $this->tpl->setPermanentLink($type,
$ref_id);
487 if ($ilAccess->checkAccess(
"write",
"",
$ref_id) ||
488 $ilAccess->checkAccess(
"edit_permissions",
"",
$ref_id)) {
489 $obj_id = $a_obj->getId();
492 foreach ($rs as
$r) {
497 if (count($refs) > 1) {
499 foreach ($refs as $r) {
501 $cont_loc->addContextItems($r,
true);
502 $links .= $sep . $cont_loc->getHTML();
507 $lng->
txt(
"res_links"),
508 '<div class="small">' . $links .
'</div>' 517 if ($ilAccess->checkAccess(
"write",
"",
$ref_id) ||
518 $ilAccess->checkAccess(
"edit_permissions",
"",
$ref_id)) {
520 $lng->
txt(
"create_date"),
533 if (!is_object($ownerObj) || $ownerObj->getType() !=
"usr") {
535 } elseif ($ownerObj->hasPublicProfile()) {
536 $ilCtrl->setParameterByClass(
"ilpublicuserprofilegui",
"user_id", $ownerObj->getId());
539 $ownerObj->getPublicName(),
540 $ilCtrl->getLinkTargetByClass(
"ilpublicuserprofilegui",
"getHTML")
543 $this->
addProperty($lng->
txt(
"owner"), $ownerObj->getPublicName());
552 $count_user_reads = 0;
553 $count_anonymous_reads = 0;
554 foreach ($readEvents as $evt) {
556 $count_anonymous_reads += $evt[
'read_count'];
558 $count_user_reads += $evt[
'read_count'];
566 if ($count_anonymous_reads > 0) {
568 $this->
lng->txt(
"readcount_anonymous_users"),
569 (string) $count_anonymous_reads
572 if ($count_user_reads > 0) {
573 $this->
addProperty($this->
lng->txt(
"readcount_users"), (string) $count_user_reads);
575 if ($count_users > 0) {
576 $this->
addProperty($this->
lng->txt(
"accesscount_registered_users"), (string) $count_users);
587 $webdav_lock_backend =
$webdav_dic->locksbackend();
590 if ($lock = $webdav_lock_backend->getLocksOnObjectId($this->gui_object->getObject()->getId())) {
592 $lock_user =
new ilObjUser($lock->getIliasOwner());
594 $this->
lng->txt(
"in_use_by"),
595 $lock_user->getPublicName(),
596 "./ilias.php?user=" . $lock_user->getId() .
'&cmd=showUserProfile&cmdClass=ildashboardgui&cmdNode=1&baseClass=ilDashboardGUI' 634 if (!$ilCtrl->isAsynch()) {
640 $html = $ilCtrl->forwardCommand($column_gui);
646 $html = $ilCtrl->forwardCommand($column_gui);
668 if ($ilCtrl->getNextClass() ==
"ilcolumngui" &&
671 $html = $ilCtrl->forwardCommand($column_gui);
673 $html = $ilCtrl->getHTML($column_gui);
691 $this->open_form_tag = $a_val;
696 $this->close_form_tag = $a_val;
713 $tpl =
new ilTemplate(
"tpl.infoscreen.html",
true,
true,
"components/ILIAS/InfoScreen");
716 if ($this->form_action ==
"") {
724 if ($this->show_hidden_toggle) {
725 $this->
addButton($lng->
txt(
"show_hidden_sections"),
"JavaScript:toggleSections(this, '" . $lng->
txt(
"show_hidden_sections") .
"', '" . $lng->
txt(
"hide_visible_sections") .
"');");
733 if (count($this->top_buttons) > 0) {
734 $tpl->
addBlockFile(
"TOP_BUTTONS",
"top_buttons",
"tpl.buttons.html");
736 foreach ($this->top_buttons as $button) {
740 $tpl->
setVariable(
"BTN_TARGET", $button[
"target"]);
742 if ($button[
"primary"]) {
750 if ((count($this->top_formbuttons) > 0) && ($this->form_action !==
'')) {
751 $tpl->
addBlockFile(
"TOP_FORMBUTTONS",
"top_submitbuttons",
"tpl.submitbuttons.html",
"components/ILIAS/InfoScreen");
753 foreach ($this->top_formbuttons as $button) {
756 $tpl->
setVariable(
"BTN_COMMAND", $button[
"command"]);
763 if ($this->form_action !=
"") {
764 if ($this->open_form_tag) {
766 $tpl->
setVariable(
"FORMACTION", $this->form_action);
770 if ($this->close_form_tag) {
775 if (count($this->hiddenelements)) {
776 foreach ($this->hiddenelements as $hidden) {
779 $tpl->
setVariable(
"HIDDEN_VALUE", $hidden[
"value"]);
784 if ($this->availability_enabled) {
791 if ($this->learning_progress_enabled) {
796 if ($this->private_notes_enabled && !
$ilSetting->get(
'disable_notes')) {
804 isset($this->gui_object) &&
805 method_exists($this->gui_object,
"getObject") &&
806 is_object($this->gui_object->getObject())
808 $this->addObjectSections();
813 if (isset($this->section[$i][
"properties"])) {
815 foreach ($this->section[$i][
"properties"] as $property) {
816 if ($property[
"name"] !=
"") {
817 if (($property[
"link"] ??
"") ==
"") {
819 $tpl->
setVariable(
"TXT_PROPERTY_VALUE", $property[
"value"]);
822 $tpl->
setVariable(
"TXT_PROPERTY_LVALUE", $property[
"value"]);
823 $tpl->
setVariable(
"LINK_PROPERTY_VALUE", $property[
"link"]);
827 $tpl->
setVariable(
"TXT_PROPERTY", $property[
"name"]);
830 $tpl->
setVariable(
"TXT_PROPERTY_FULL_VALUE", $property[
"value"]);
836 if ($this->section[$i][
"hidden"] ??
false) {
837 $tpl->
setVariable(
"SECTION_HIDDEN",
" style=\"display:none;\"");
843 $tpl->
setVariable(
"TXT_SECTION", $this->section[$i][
"title"]);
849 if (!is_null($this->mbox)) {
850 $tpl->
setVariable(
"MBOX", $this->
ui->renderer()->render([$this->mbox]));
858 if ($this->contextRefId !==
null) {
862 return $this->gui_object->getObject()->getRefId();
872 if ($this->contextObjId !==
null) {
876 return $this->gui_object->getObject()->getId();
886 if ($this->contentObjType !==
null) {
890 return $this->gui_object->getObject()->getType();
909 if (!$rbacsystem->
checkAccess(
'read', $this->getContextRefId())) {
925 $this->
lng->loadLanguageModule(
'trac');
931 $this->
lng->txt(
'learning_progress')
949 $lp_marks->setCompleted((
bool) $this->request->getLPEdit());
954 $this->
lng->loadLanguageModule(
'trac');
955 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'trac_updated_status'),
true);
958 $this->
ctrl->redirect($this,
"");
973 $notes_gui = $DIC->notes()->gui();
974 $notes_gui->initJavascript();
975 $comments_gui = $notes_gui->getCommentsGUI(
976 $this->gui_object->getObject()->getId(),
978 $this->gui_object->getObject()->getType()
981 $next_class = $this->
ctrl->getNextClass($this);
982 $comments_gui->setUseObjectTitleHeader(
false);
988 $ref_id = $this->gui_object->getObject()->getRefId();
989 $has_write = $ilAccess->checkAccess(
"write",
"",
$ref_id);
991 if ($has_write &&
$ilSetting->get(
"comments_del_tutor",
"1")) {
992 $comments_gui->enablePublicNotesDeletion();
1000 $ilAccess->checkAccess(
"edit_permissions",
"",
$ref_id)) {
1001 $comments_gui->enableCommentsSettings();
1008 if ($next_class === strtolower(ilCommentGUI::class)) {
1009 $html = $this->
ctrl->forwardCommand($comments_gui);
1011 $html = $comments_gui->getListHTML();
1022 if (strlen($a_section)) {
1026 if ($infos = $ldap_mapping->getInfoStrings($this->gui_object->getObject()->getId())) {
1027 $info_combined =
'<div style="color:green;">';
1029 foreach ($infos as $info_string) {
1031 $info_combined .=
'<br />';
1033 $info_combined .= $info_string;
1035 $info_combined .=
'</div>';
1036 $this->
addProperty($this->
lng->txt(
'applications'), $info_combined);
1042 $this->
getTabs($this->tabs_gui);
1047 $next_class = $this->
ctrl->getNextClass($this);
1048 $force_active = ($next_class ==
"ilnotegui");
1052 $this->
ctrl->getLinkTarget($this,
"showSummary"),
1053 array(
"showSummary",
""),
1064 $this->hidden =
true;
1065 $this->show_hidden_toggle = $a_add_toggle;
1072 return "<a onClick=\"toggleSections(this, '" . $lng->
txt(
"show_hidden_sections") .
"', '" . $lng->
txt(
"hide_visible_sections") .
"'); return false;\" href=\"#\">" . $lng->
txt(
"show_hidden_sections") .
"</a>";
1083 !is_object($this->gui_object) ||
1084 !method_exists($this->gui_object,
"getObject") ||
1085 !is_object($this->gui_object->getObject())
1090 $obj = $this->gui_object->getObject();
1091 if ($obj->getRefId() <= 0) {
1096 $act->read($obj->getRefId());
1098 $this->
lng->loadLanguageModule(
"rep");
1099 $this->
addSection($this->
lng->txt(
"rep_activation_availability"));
1110 !is_object($this->gui_object) ||
1111 !method_exists($this->gui_object,
"getObject") ||
1112 !is_object($this->gui_object->getObject())
1117 $obj = $this->gui_object->getObject();
1118 if ($obj->getRefId() <= 0) {
1122 $conditions = ilConditionHandler::_getEffectiveConditionsOfTarget($obj->getRefId(), $obj->getId());
1124 if (
sizeof($conditions)) {
1125 for ($i = 0; $i < count($conditions); $i++) {
1139 bool $obligatory =
true 1145 $num_optional_required =
1149 $visible_conditions = array();
1150 $passed_optional = 0;
1151 foreach ($conditions as $condition) {
1152 if ($obligatory and !$condition[
'obligatory']) {
1155 if (!$obligatory and $condition[
'obligatory']) {
1159 if ($tree->
isDeleted($condition[
'trigger_ref_id'])) {
1167 $visible_conditions[] = $condition[
'id'];
1170 if (!$obligatory and $ok) {
1173 if ($passed_optional >= $num_optional_required) {
1181 foreach ($conditions as $condition) {
1182 if (!isset($condition[
"id"]) || !in_array($condition[
'id'], $visible_conditions)) {
1188 $condition[
'trigger_obj_id'],
1189 $condition[
'operator']
1190 ) .
' ' . $condition[
'value'],
1192 "link" => ilLink::_getLink($condition[
'trigger_ref_id'])
1196 if (count($properties) > 0) {
1198 $this->
addSection($lng->
txt(
"preconditions_obligatory_hint"));
1201 $lng->
txt(
"preconditions_optional_hint"),
1202 $num_optional_required - $passed_optional
1206 foreach ($properties as $p) {
1209 "<a href='" . $p[
"link"] .
"'>" . $this->
html->strip($p[
"title"]) .
"</a>" 1221 $a_obj = $this->gui_object->getObject();
1223 $this->
lng->loadLanguageModule(
"rep");
1224 $this->
lng->loadLanguageModule(
"crs");
1227 if (is_object($a_obj)) {
1229 $act->read($a_obj->getRefId());
1232 $this->
lng->txt(
'rep_activation_access'),
1240 $this->
lng->txt(
'rep_activation_access'),
1241 $this->
lng->txt(
'crs_visibility_limitless')
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
enableLearningProgress(bool $a_enable=true)
addPreconditions()
Add preconditions.
addMetaDataSections(int $a_rep_obj_id, int $a_obj_id, string $a_type)
setCurrentBlock(string $blockname=self::DEFAULT_BLOCK)
Sets the template to the given block.
addBlockFile(string $var, string $block, string $template_name, ?string $in_module=null)
overwrites ITX::addBlockFile
enableFeedback(bool $a_enable=true)
addButton(string $a_title, string $a_link, string $a_frame="", string $a_position="top", bool $a_primary=false)
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...
enableNews(bool $a_enable=true)
addPreconditionSection(ilObject $obj, array $conditions, bool $obligatory=true)
setCloseFormTag(bool $a_val)
Interface Observer Contains several chained tasks and infos about them.
static getInstance()
Get singleton instance.
static _getAllReferences(int $id)
get all reference ids for object ID
static translateOperator(int $a_obj_id, string $a_operator, string $value='')
bool $learning_progress_enabled
addProperty(string $a_name, string $a_value, string $a_link="")
add a property to current section
isInTree(?int $a_node_id)
get all information of a node.
bool $availability_enabled
isDeleted(int $a_node_id)
This is a wrapper for isSaved() with a more useful name.
parseCurrentBlock(string $blockname=self::DEFAULT_BLOCK)
Parses the given block.
setFormAction(string $a_form_action)
setRepositoryMode(bool $a_repositorymode)
setOpenFormTag(bool $a_val)
loadLanguageModule(string $a_module)
Load language module.
enableNewsEditing(bool $a_enable=true)
setContentObjType(string $contentObjType)
setEnableEdit(bool $a_enableedit)
setContextObjId(int $contextObjId)
enableBookingInfo(bool $a_enable=true)
hideFurtherSections(bool $a_add_toggle=true)
bool $private_notes_enabled
setBackUrl(string $backurl)
Set Back Link URL.
showLDAPRoleGroupMappingInfo(string $a_section='')
setColumnSettings(ilColumnGUI $column_gui)
Set column settings.
addSubTabTarget(string $a_text, string $a_link, $a_cmd="", $a_cmdClass="", string $a_frame="", bool $a_activate=false, bool $a_dir_text=false)
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 _tracProgress(int $a_user_id, int $a_obj_id, int $a_ref_id, string $a_obj_type='')
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _getInstance()
Get singleton instance of this class.
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
setTableClass(string $a_val)
addHiddenElement(string $a_name, string $a_value)
GUI class for public user profile presentation.
static _enabledLearningProgress()
setVariable($variable, $value='')
Sets a variable value.
setContextRefId(int $contextRefId)
static userExists(array $a_usr_ids=[])
static _checkCondition(array $condition, int $a_usr_id=0)
checks wether a single condition is fulfilled every trigger object type must implement a static metho...
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
ILIAS UI Component MessageBox MessageBox $mbox
static _lookupTitle(int $obj_id)
setRightContent(string $a_html)
Sets content of right column.
static calculateEffectiveRequiredTriggers(int $a_target_ref_id, int $a_target_obj_id, string $a_target_obj_type='')
Column user interface class.
buildPublicAccessExportButton(int $rep_obj_id, int $obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setBlockProperty(string $a_block_type, string $a_property, string $a_value)
This function is supposed to be used for block type specific properties, that should be passed to ilB...
static initjQuery(?ilGlobalTemplateInterface $a_tpl=null)
inits and adds the jQuery JS-File to the global or a passed template
saveProgress(bool $redirect=true)
addSection(string $a_title)
__construct(?object $a_gui_object=null)
addFormButton(string $a_command, string $a_title, string $a_position="top")
add a form button to the info screen the form buttons are only valid if a form action is set ...
static _lookupReadEvents($obj_id, $usr_id=null)
Reads all read events which occured on the object.
showLearningProgress(ilTemplate $a_tpl)
getTabs(ilTabsGUI $tabs_gui)
enableAvailability(bool $a_enable=true)
touchBlock(string $blockname)
overwrites ITX::touchBlock.
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
addPropertyTextinput(string $a_name, string $a_input_name, string $a_input_value="", string $a_input_size="", string $direct_button_command="", string $direct_button_label="", bool $direct_button_primary=false)
DataFactory $data_factory
ILIAS Repository HTML HTMLUtil $html
static _isActive()
Returns true, if change event tracking is active.
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
catch(InvalidArgumentException) if(!ilDAVActivationChecker::_isActive()) $webdav_dic
static getEffectiveOptionalConditionsOfTarget(int $a_target_ref_id, int $a_target_obj_id, string $a_obj_type='')
ilGlobalPageTemplate $tpl
static _lookupType(int $id, bool $reference=false)
addAccessPeriodProperty()
static getInstance(int $obj_id)
Class ilObjectActivation.
setVariable(string $variable, $value='')
Sets the given variable to the given value.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
setContent(string $a_html)
Sets content for standard template.
setAllBlockProperties(array $a_block_properties)
static formatPeriod(ilDateTime $start, ilDateTime $end, bool $a_skip_starting_day=false, ?ilObjUser $user=null)
Format a period of two dates Shows: 14.
static _updateStatus(int $a_obj_id, int $a_usr_id, ?object $a_obj=null, bool $a_percentage=false, bool $a_force_raise=false)
enablePrivateNotes(bool $a_enable=true)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)
StandardGUIRequest $request
setMessageBox(ILIAS\UI\Component\MessageBox\MessageBox $a_val)