52 public function __construct($a_data,
int $a_id,
bool $a_call_by_reference)
56 $this->
lng = $DIC->language();
57 $this->
user = $DIC->user();
58 $this->
ctrl = $DIC->ctrl();
59 $this->
tabs = $DIC->tabs();
60 $this->
help = $DIC[
"ilHelp"];
61 $this->
locator = $DIC[
"ilLocator"];
62 $this->tpl = $DIC[
"tpl"];
63 $this->
toolbar = $DIC->toolbar();
64 $lng = $DIC->language();
66 $this->
lng->loadLanguageModule(
'cert');
73 $this->
ctrl->saveParameter($this,
"ass_id");
75 $this->service = $DIC->exercise()->internal();
76 $this->exercise_request = $DIC->exercise()->internal()->gui()->request();
77 $this->exercise_ui = $DIC->exercise()->internal()->gui();
78 $this->requested_ass_id = $this->exercise_request->getAssId();
81 $this->requested_ass_id
82 ) === $this->
object->getId()) {
83 $this->ass = $this->exercise_request->getAssignment();
84 } elseif ($this->requested_ass_id > 0) {
88 $this->lp_user_id = ($this->exercise_request->getUserId() > 0)
89 ?: $this->
user->getId();
90 $this->requested_sort_order = $this->exercise_request->getSortOrder();
91 $this->requested_sort_by = $this->exercise_request->getSortBy();
92 $this->requested_offset = $this->exercise_request->getOffset();
93 $this->requested_ref_id = $this->exercise_request->getRefId();
94 $this->requested_ass_id_goto = $this->exercise_request->getAssIdGoto();
108 $next_class = $this->
ctrl->getNextClass($this);
109 $cmd = $this->
ctrl->getCmd();
116 $this->tpl->setPermanentLink(
"exc", $this->
object->getRefId());
120 switch ($next_class) {
121 case "ilinfoscreengui":
122 $ilTabs->activateTab(
"info");
126 case 'ilpermissiongui':
127 $ilTabs->activateTab(
"permissions");
129 $this->
ctrl->forwardCommand($perm_gui);
132 case "illearningprogressgui":
133 $ilTabs->activateTab(
"learning_progress");
136 $this->
object->getRefId(),
139 $this->
ctrl->forwardCommand($new_gui);
140 $this->tabs_gui->setTabActive(
'learning_progress');
143 case 'ilobjectcopygui':
144 $ilCtrl->saveParameter($this,
'new_type');
145 $ilCtrl->setReturnByClass(get_class($this),
'create');
149 $this->
ctrl->forwardCommand($cp);
153 $ilTabs->activateTab(
"export");
155 $exp_gui->addFormat(
"xml");
156 $this->
ctrl->forwardCommand($exp_gui);
159 case "ilcommonactiondispatchergui":
161 $this->
ctrl->forwardCommand($gui);
164 case "ilcertificategui":
166 $this->tabs_gui->activateTab(
"settings");
167 $this->tabs_gui->activateSubTab(
"certificate");
170 $output_gui = $guiFactory->create($this->
object);
172 $this->
ctrl->forwardCommand($output_gui);
175 case "ilexassignmenteditorgui":
177 $ilTabs->activateTab(
"content");
181 $this->
object->isCompletionBySubmissionEnabled(),
184 $this->
ctrl->forwardCommand($ass_gui);
187 case "ilexsubmissiongui":
189 $random_manager = $this->service->domain()->assignment()->randomAssignments($exc);
190 if (!$random_manager->isAssignmentVisible($this->requested_ass_id, $this->user->getId())) {
193 $ilTabs->activateTab(
"content");
195 $this->
ctrl->setReturn($this,
"showOverview");
196 $sub_gui = $this->exercise_ui->getSubmissionGUI();
197 $this->
ctrl->forwardCommand($sub_gui);
200 case "ilexercisemanagementgui":
202 if (
$GLOBALS[
'DIC']->
access()->checkRbacOrPositionPermissionAccess(
203 'edit_submissions_grades',
204 'edit_submissions_grades',
207 $ilTabs->activateTab(
"grades");
209 $this->
ctrl->forwardCommand($mgmt_gui);
215 case "ilexccriteriacataloguegui":
217 $ilTabs->activateTab(
"settings");
219 $ilTabs->activateSubTab(
"crit");
221 $this->
ctrl->forwardCommand($crit_gui);
231 case "ilexcrandomassignmentgui":
232 $gui = $this->exercise_ui->getRandomAssignmentGUI();
233 $this->
ctrl->forwardCommand($gui);
236 case 'ilobjectmetadatagui':
238 $this->tabs_gui->setTabActive(
'meta_data');
240 $this->
ctrl->forwardCommand($md_gui);
266 $a_new_object->saveData();
268 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"exc_added"),
true);
270 $ilCtrl->setParameterByClass(
"ilExAssignmentEditorGUI",
"ref_id", $a_new_object->
getRefId());
271 $ilCtrl->redirectByClass(
"ilExAssignmentEditorGUI",
"addAssignment");
281 $ilCtrl->redirectByClass(
"ilExAssignmentEditorGUI",
"listAssignments");
291 $random_manager = $service->
domain()->assignment()->randomAssignments($exc);
293 $a_form->
setTitle($this->
lng->txt(
"exc_edit_exercise"));
296 $pres->setTitle($this->
lng->txt(
'obj_presentation'));
300 $a_form = $obj_service->commonSettings()->legacyForm($a_form, $this->
object)->addTileImage();
303 $section->setTitle($this->
lng->txt(
'exc_passing_exc'));
310 $this->
lng->txt(
"exc_pass_all"),
312 $this->
lng->txt(
"exc_pass_all_info")
314 $radg->addOption($op1);
316 $this->
lng->txt(
"exc_pass_minimum_nr"),
318 $this->
lng->txt(
"exc_pass_minimum_nr_info")
320 $radg->addOption($op2);
322 $this->
lng->txt(
"exc_random_selection"),
324 $this->
lng->txt(
"exc_random_selection_info")
329 $this->
lng->txt(
"exc_random_selection_not_changeable_info") .
" " .
330 implode(
" ", $random_manager->getDeniedActivationReasons())
334 $radg->setDisabled(
true);
336 $this->
lng->txt(
"exc_pass_mode_not_changeable_info") .
" " .
337 implode(
" ", $random_manager->getDeniedDeactivationReasons())
343 $rn->setMaxLength(4);
344 $rn->setRequired(
true);
345 $rn->setMinValue(1,
false);
347 $rn->setMaxValue($cnt,
true);
348 $op3->addSubItem($rn);
350 $radg->addOption($op3);
355 $ni->setMaxLength(4);
356 $ni->setRequired(
true);
358 $min = max($mand, 1);
359 $ni->setMinValue($min,
true);
360 $ni->setInfo($this->
lng->txt(
"exc_min_nr_info"));
361 $op2->addSubItem($ni);
367 $this->
lng->txt(
"exc_passed_status_determination"),
368 "completion_by_submission" 370 $op1 =
new ilRadioOption($this->
lng->txt(
"exc_completion_by_tutor"), 0,
"");
371 $subcompl->addOption($op1);
373 $this->
lng->txt(
"exc_completion_by_submission"),
375 $this->
lng->txt(
"exc_completion_by_submission_info")
377 $subcompl->addOption($op2);
386 $section->setTitle($this->
lng->txt(
'exc_publishing'));
391 $cb->
setInfo($this->
lng->txt(
"exc_show_submissions_info"));
395 $section->setTitle($this->
lng->txt(
'exc_notification'));
400 $cbox->
setInfo($this->
lng->txt(
"exc_submission_notification_info"));
406 $section->setTitle($this->
lng->txt(
'exc_feedback'));
413 $this->
lng->txt(
"exc_settings_feedback_mail"),
416 $option->
setInfo($this->
lng->txt(
"exc_settings_feedback_mail_info"));
417 $fdb->addOption($option);
419 $this->
lng->txt(
"exc_settings_feedback_file"),
422 $option->
setInfo($this->
lng->txt(
"exc_settings_feedback_file_info"));
423 $fdb->addOption($option);
425 $this->
lng->txt(
"exc_settings_feedback_text"),
428 $option->
setInfo($this->
lng->txt(
"exc_settings_feedback_text_info"));
429 $fdb->addOption($option);
433 $section->setTitle($this->
lng->txt(
'obj_features'));
439 ->getObjectPositionSettingsByType($this->
object->getType());
441 if ($position_settings->isActive()) {
457 $a_values[
"show_submissions"] = $this->
object->getShowSubmissions();
458 $a_values[
"pass_mode"] = $this->
object->getPassMode();
459 if ($a_values[
"pass_mode"] ==
"nr") {
460 $a_values[
"pass_nr"] = $this->
object->getPassNr();
463 $a_values[
"nr_random_mand"] = $this->
object->getNrMandatoryRandom();
468 $this->
object->getId()
471 $a_values[
'completion_by_submission'] = (
int) $this->
object->isCompletionBySubmissionEnabled();
473 $tfeedback = array();
474 if ($this->
object->hasTutorFeedbackMail()) {
477 if ($this->
object->hasTutorFeedbackText()) {
480 if ($this->
object->hasTutorFeedbackFile()) {
483 $a_values[
'tfeedback'] = $tfeedback;
487 ->isPositionAccessActiveForObject(
503 $this->
object->setShowSubmissions($a_form->
getInput(
"show_submissions"));
504 $this->
object->setPassMode($a_form->
getInput(
"pass_mode"));
505 if ($this->
object->getPassMode() ==
"nr") {
506 $this->
object->setPassNr($a_form->
getInput(
"pass_nr"));
509 $this->
object->setNrMandatoryRandom($a_form->
getInput(
"nr_random_mand"));
512 $this->
object->setCompletionBySubmission($a_form->
getInput(
'completion_by_submission') == 1);
514 $feedback = $a_form->
getInput(
"tfeedback");
515 $this->
object->setTutorFeedback(
517 ? array_sum($feedback)
524 $this->
object->getId(),
525 (bool) $a_form->
getInput(
"notification")
529 $obj_service->commonSettings()->legacyForm($a_form, $this->
object)->saveTileImage();
550 $ilCtrl->getLinkTarget($this,
"showOverview")
556 $ilCtrl->getLinkTargetByClass(
"ilExAssignmentEditorGUI",
"listAssignments")
559 $ilTabs->activateSubTab($a_activate);
562 protected function getTabs():
void 568 $ilHelp->setScreenIdComponent(
"exc");
571 $this->tabs_gui->addTab(
579 $this->tabs_gui->addTab(
582 $this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui",
"showSummary")
592 $this->tabs_gui->addTab(
595 $this->
ctrl->getLinkTarget($this,
'edit')
598 if ($this->
access->checkRbacOrPositionPermissionAccess(
599 'edit_submissions_grades',
600 'edit_submissions_grades',
601 $this->object->getRefId()
603 $this->tabs_gui->addTab(
605 $lng->
txt(
"exc_submissions_and_grades"),
606 $this->
ctrl->getLinkTargetByClass(
"ilexercisemanagementgui",
"members")
614 $this->tabs_gui->addTab(
616 $lng->
txt(
'learning_progress'),
617 $this->
ctrl->getLinkTargetByClass(array(
'ilobjexercisegui',
'illearningprogressgui'),
'')
622 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
624 $mdtab = $mdgui->getTab();
626 $this->tabs_gui->addTarget(
630 "ilobjectmetadatagui" 637 $this->tabs_gui->addTab(
640 $this->
ctrl->getLinkTargetByClass(
"ilexportgui",
"")
646 $this->tabs_gui->addTab(
649 $this->
ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm")
659 $this->
ctrl->setCmd(
"showSummary");
660 $this->
ctrl->setCmdClass(
"ilinfoscreengui");
672 public function infoScreen():
void 678 $ilTabs->activateTab(
"info");
689 $info->enablePrivateNotes();
693 $info->enableNewsEditing();
694 $info->setBlockProperty(
"news",
"settings",
true);
699 $record_gui->parse();
702 $info->addMetaDataSections($this->
object->getId(), 0, $this->
object->getType());
705 $info->addSection($this->
lng->txt(
"exc_overview"));
709 foreach ($ass as
$a) {
711 if ($a[
"mandatory"]) {
715 $info->addProperty(
$lng->
txt(
"exc_assignments"), $cnt);
717 $info->addProperty(
$lng->
txt(
"exc_mandatory"), $mcnt);
720 $lng->
txt(
"exc_msg_all_mandatory_ass")
723 $info->addProperty(
$lng->
txt(
"exc_mandatory"), $mcnt);
726 sprintf(
$lng->
txt(
"exc_msg_min_number_ass"), $this->
object->getPassNr())
729 $info->addProperty(
$lng->
txt(
"exc_mandatory"), $exc->getNrMandatoryRandom());
732 $lng->
txt(
"exc_msg_all_mandatory_ass")
741 $st = $this->
object->determinStatusOfUser(
$ilUser->getId());
742 $status = $st[
"overall_status"];
743 if ($lpcomment !=
"" || $mark !=
"" || $status !=
"notgraded") {
744 $info->addSection($this->
lng->txt(
"exc_feedback_from_tutor"));
745 if ($lpcomment !=
"") {
747 $this->
lng->txt(
"exc_comment"),
753 $this->
lng->txt(
"exc_mark"),
764 if ($status !=
"notgraded") {
769 $path = $icons->getImagePathCompleted();
772 $path = $icons->getImagePathFailed();
781 if ($st[
"failed_a_mandatory"]) {
782 $add =
" (" .
$lng->
txt(
"exc_msg_failed_mandatory") .
")";
783 } elseif ($status ==
"failed") {
784 $add =
" (" .
$lng->
txt(
"exc_msg_missed_minimum_number") .
")";
787 $this->
lng->txt(
"status"),
788 $img .
" " . $this->
lng->txt(
"exc_" . $status) . $add
795 $this->
ctrl->forwardCommand($info);
801 $this->tabs_gui->activateSubTab(
"edit");
802 parent::editObject();
807 $this->tabs_gui->addSubTab(
809 $this->
lng->txt(
"general_settings"),
810 $this->
ctrl->getLinkTarget($this,
"edit")
813 $this->tabs_gui->addSubTab(
815 $this->
lng->txt(
"exc_criteria_catalogues"),
816 $this->
ctrl->getLinkTargetByClass(
"ilexccriteriacataloguegui",
"")
820 if ($validator->validate()) {
821 $this->tabs_gui->addSubTab(
823 $this->
lng->txt(
"certificate"),
824 $this->
ctrl->getLinkTarget($this,
"certificate")
835 $main_tpl = $DIC->ui()->mainTemplate();
837 $request = $DIC->exercise()->internal()->gui()->request();
840 $lng = $DIC->language();
841 $ilAccess = $DIC->access();
842 $ilCtrl = $DIC->ctrl();
845 $ilCtrl->setTargetScript(
"ilias.php");
849 $parts = explode(
"_", $a_raw);
870 $ilCtrl->setParameterByClass(
"ilExerciseHandlerGUI",
"ref_id", $a_target);
872 if ($ilAccess->checkAccess(
"read",
"", $a_target)) {
873 $ilCtrl->setParameterByClass(
"ilExerciseHandlerGUI",
"target", $a_raw);
876 $ilCtrl->setParameterByClass(
"ilExerciseManagementGUI",
"ass_id", $ass_id);
881 $ilCtrl->redirectByClass(
882 array(
"ilExerciseHandlerGUI",
"ilObjExerciseGUI",
"ilExerciseManagementGUI"),
893 $ilCtrl->setParameterByClass(
"ilExerciseHandlerGUI",
"member_id", $member);
894 $ilCtrl->redirectByClass(
895 array(
"ilExerciseHandlerGUI",
"ilObjExerciseGUI",
"ilExerciseManagementGUI"),
901 if ((
$parts[1] ??
"") !=
"") {
902 $ilCtrl->setParameterByClass(
"ilExerciseHandlerGUI",
"ass_id",
$parts[1]);
903 $ilCtrl->setParameterByClass(
"ilExerciseHandlerGUI",
"ass_id_goto",
$parts[1]);
905 $ilCtrl->redirectByClass(
906 array(
"ilExerciseHandlerGUI",
"ilObjExerciseGUI"),
912 } elseif ($ilAccess->checkAccess(
"visible",
"", $a_target)) {
913 $ilCtrl->redirectByClass(
914 array(
"ilExerciseHandlerGUI",
"ilObjExerciseGUI"),
918 $main_tpl->setOnScreenMessage(
'failure', sprintf(
919 $lng->
txt(
"msg_no_perm_read_item"),
933 if (is_object($this->
object)) {
936 $this->
object->getTitle(),
937 $this->
ctrl->getLinkTarget($this,
"showOverview"),
957 public function showOverviewObject():
void 968 $ilTabs->activateTab(
"content");
971 if ($this->handleRandomAssignmentEntryPage()) {
979 $this->
object->getId(),
980 $this->
object->getRefId(),
984 if ($this->certificateDownloadValidator->isCertificateDownloadable(
986 $this->
object->getId()
988 $ilToolbar->addButton(
989 $this->
lng->txt(
"certificate"),
990 $this->
ctrl->getLinkTarget($this,
"outCertificate")
997 $acc->setId(
"exc_ow_" . $this->
object->getId());
1000 $random_manager = $this->service->domain()->assignment()->randomAssignments($exc);
1001 foreach ($ass_data as $ass) {
1002 if (!$random_manager->isAssignmentVisible($ass->getId(), $this->
user->getId())) {
1007 $force_open =
false;
1008 if ($this->requested_ass_id_goto === $ass->getId()) {
1013 $ass_gui->getOverviewHeader($ass),
1014 $ass_gui->getOverviewBody($ass),
1019 if (count($ass_data) < 2) {
1020 $acc->setBehaviour(
"FirstOpen");
1022 $acc->setUseSessionStorage(
true);
1025 $mtpl =
new ilTemplate(
"tpl.exc_ass_overview.html",
true,
true,
"Modules/Exercise");
1026 $mtpl->setVariable(
"CONTENT", $acc->getHTML());
1037 $this->tabs_gui->activateTab(
"settings");
1038 $this->tabs_gui->activateSubTab(
"certificate");
1041 $output_gui = $guiFactory->create($this->
object);
1043 $output_gui->certificateEditor();
1050 $database = $DIC->database();
1051 $logger = $DIC->logger()->root();
1055 $objectId = $this->
object->
getId();
1057 if (!$this->certificateDownloadValidator->isCertificateDownloadable(
$ilUser->getId(), $objectId)) {
1058 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"permission_denied"),
true);
1059 $this->
ctrl->redirect($this);
1063 $pdfGenerator =
new ilPdfGenerator($ilUserCertificateRepository, $logger);
1069 $this->
lng->txt(
'error_creating_certificate_pdf')
1083 if ($this->ass !== null) {
1085 if (!$state->getCommonDeadline() && $state->getRelativeDeadline()) {
1086 $idl = $state->getIndividualDeadlineObject();
1087 $idl->setStartingTimestamp(time());
1098 protected function handleRandomAssignmentEntryPage():
bool 1104 $random_manager = $service->
domain()->assignment()->randomAssignments($exc);
1105 if ($random_manager->needsStart()) {
1106 $gui = $this->exercise_ui->getRandomAssignmentGUI();
1107 $gui->renderStartPage();
Class ilExAssignmentEditorGUI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilPdfGeneratorConstantsTest.
Class ilExcCriteriaCatalogueGUI.
static _lookupComment(int $a_usr_id, int $a_obj_id)
getTabs()
overwrite in derived GUI class of your object type
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...
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...
redirect(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
string $requested_sort_by
setDisabled(bool $a_disabled)
GUI class for the workflow of copying objects.
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
addContentSubTabs(string $a_activate)
static count(int $a_ex_id)
prepareOutput(bool $show_sub_objects=true)
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
static countMandatory(int $a_ex_id)
updateCustom(ilPropertyFormGUI $a_form)
static getInstance(int $variant=ilLPStatusIcons::ICON_VARIANT_DEFAULT, ?\ILIAS\UI\Renderer $renderer=null, ?\ILIAS\UI\Factory $factory=null)
Exercise internal service.
loadLanguageModule(string $a_module)
Load language module.
static updateServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
getEditFormCustomValues(array &$a_values)
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...
static _lookupContainerSetting(int $a_id, string $a_keyword, string $a_default_value=null)
static _lookupObjId(int $ref_id)
static _tracProgress(int $a_user_id, int $a_obj_id, int $a_ref_id, string $a_obj_type='')
GUI class for exercise assignments.
const TUTOR_FEEDBACK_FILE
const TUTOR_FEEDBACK_TEXT
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getAssignmentDataOfExercise(int $a_exc_id)
static _goto(string $a_target, string $a_raw)
int $requested_ass_id_goto
Exercise GUIRequest $exercise_request
ilGlobalTemplateInterface $tpl
const TUTOR_FEEDBACK_MAIL
static _lookupTitle(int $obj_id)
setContent(string $a_html)
Sets content for standard template.
static setNotification(int $type, int $user_id, int $id, bool $status=true)
Set notification status for object and user.
ServerRequestInterface $request
Class ilObjectGUI Basic methods of all Output classes.
startAssignmentObject()
Start assignment with relative deadline.
Validates if an active certificate is stored in the database and can be downloaded by the user...
static getInstanceByIds(int $a_ass_id, int $a_user_id=0)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
addJavaScript(string $a_js_file, bool $a_add_version_parameter=true, int $a_batch=2)
Add a javascript file that should be included in the header.
clearParametersByClass(string $a_class)
static initServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
const TYPE_EXERCISE_SUBMISSION
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
Class ilExerciseManagementGUI.
static getInstancesByExercise(int $a_exc_id)
afterSave(ilObject $a_new_object)
static _lookupMark(int $a_usr_id, int $a_obj_id)
Just a wrapper class to create Unit Test for other classes.
getLinkTarget(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
ilCertificateDownloadValidator $certificateDownloadValidator
__construct(Container $dic, ilPlugin $plugin)
const LP_CONTEXT_REPOSITORY
addItem(string $a_title, string $a_link, string $a_frame="", int $a_ref_id=0, ?string $type=null)
static hasNotification(int $type, int $user_id, int $id)
Check notification status for object and user.
__construct($a_data, int $a_id, bool $a_call_by_reference)
getLongDescription()
get object long description (stored in object_description)
setInfoObject(ilInfoScreenGUI $info)
get info sections
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
Exercise InternalGUIService $exercise_ui
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
const ORGU_POSITION_ACCESS
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addHeaderAction()
Add header action menu.
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)
initEditCustomForm(ilPropertyFormGUI $a_form)
Add custom fields to update form.
string $requested_sort_order
static lookupExerciseId(int $a_ass_id)
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
addLocatorItems()
Add locator item.
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
downloadPdf(int $userId, int $objectId)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...