39 ?
object $a_parent_obj,
44 bool $a_print_view =
false 48 $this->
setId(
"truop");
49 $this->user_id = $a_user_id;
50 $this->obj_id = $a_obj_id;
52 $this->ref_id = $a_ref_id;
57 $this->
parseTitle($this->obj_id,
"details", $this->user_id);
80 if ($l ==
"u_comment") {
94 $this->
ctrl->getFormActionByClass(get_class($this))
97 "tpl.user_objects_props_row.html",
115 if ($tracking->hasExtendedData(
118 $cols[
"first_access"] = array(
119 "txt" => $this->
lng->txt(
"trac_first_access"),
122 $cols[
"last_access"] = array(
123 "txt" => $this->
lng->txt(
"trac_last_access"),
127 if ($tracking->hasExtendedData(
130 $cols[
"read_count"] = array(
131 "txt" => $this->
lng->txt(
"trac_read_count"),
135 if ($tracking->hasExtendedData(
138 $cols[
"spent_seconds"] = array(
139 "txt" => $this->
lng->txt(
"trac_spent_seconds"),
145 $cols[
"percentage"] = array(
146 "txt" => $this->
lng->txt(
"trac_percentage"),
150 $cols[
"status"] = array(
151 "txt" => $this->
lng->txt(
"trac_status"),
154 $cols[
"mark"] = array(
155 "txt" => $this->
lng->txt(
"trac_mark"),
158 $cols[
"u_comment"] = array(
159 "txt" => $this->
lng->txt(
"trac_comment"),
181 $this->
filter[
"view_mode"] ??
false 184 if (count($tr_data[
"set"]) == 0 && $this->
getOffset() > 0) {
196 $this->
filter[
"view_mode"] ??
false 201 foreach ($tr_data[
"set"] as $idx => $row) {
202 if (($row[
"ref_id"] ?? 0) &&
204 'read_learning_progress',
207 foreach (array_keys($row) as $col_id) {
217 $tr_data[
"set"][$idx][$col_id] = null;
220 $tr_data[
"set"][$idx][
"privacy_conflict"] =
true;
230 foreach ($tr_data[
"set"] as $idx => $row) {
231 if ($row[
'obj_id'] == $this->obj_id) {
233 } elseif (isset($row[
"sort_title"])) {
234 $set[strtolower($row[
"sort_title"]) .
"__" . $idx] = $row;
236 $set[strtolower($row[
"title"]) .
"__" . $idx] = $row;
239 unset($tr_data[
"set"]);
245 $set = array_values($set);
247 array_unshift($set, $parent);
252 $this->
setData($tr_data[
"set"]);
260 $collection = $olp->getCollectionInstance();
265 $this->
lng->txt(
"trac_view_mode"),
273 $this->
lng->txt(
"trac_view_mode_collection"),
278 $ti->readFromSession();
279 $this->
filter[
"view_mode"] = $ti->getValue();
283 protected function fillRow(array $a_set): void
289 $a_set[
"percentage"] = null;
293 if (!(
bool) ($a_set[
"privacy_conflict"] ?? null)) {
294 $val = (trim(($a_set[$c] ??
'')) ==
"")
298 if (($a_set[$c] ??
'') !=
"" || $c ==
"status") {
318 if (($a_set[
"ref_id"] ?? 0) &&
319 $a_set[
"type"] !=
"lobj" &&
320 $a_set[
"type"] !=
"sco" &&
321 $a_set[
"type"] !=
"st" &&
322 $a_set[
"type"] !=
"mob") {
328 if ($timing !==
true) {
338 $this->tpl->setCurrentBlock(
'warning_img');
339 $this->tpl->setVariable(
345 $this->tpl->setVariable(
351 $this->tpl->parseCurrentBlock();
356 case "spent_seconds":
364 ($a_set[$c] < 3600 ?
true :
false)
370 $val = $a_set[
$c] .
"%";
379 if ($c ==
"spent_seconds" &&
383 if ($c ==
"percentage" &&
391 $this->tpl->setCurrentBlock(
"user_field");
392 $this->tpl->setVariable(
"VAL_UF", $val);
393 $this->tpl->parseCurrentBlock();
396 if ($a_set[
"privacy_conflict"] ?? null) {
397 $this->tpl->setCurrentBlock(
"permission_bl");
398 $this->tpl->setVariable(
400 $this->
lng->txt(
"status_no_permission")
402 $this->tpl->parseCurrentBlock();
405 if ($a_set[
"title"] ==
"") {
406 $a_set[
"title"] =
"--" . $this->
lng->txt(
"none") .
"--";
409 $this->tpl->setVariable(
413 $this->tpl->setVariable(
"ICON_ALT", $this->
lng->txt($a_set[
"type"]));
419 if ($a_set[
'type'] ==
'fold') {
420 $object_gui =
'ilobjfoldergui';
422 $object_gui =
'ilobjgroupgui';
424 $this->tpl->setCurrentBlock(
'title_linked');
427 if ($this->
http->wrapper()->query()->has(
'baseClass')) {
428 $base_class = $this->
http->wrapper()->query()->retrieve(
430 $this->
refinery->kindlyTo()->string()
434 if ($base_class !=
"ilDashboardGUI" && $base_class !=
"ilAdministrationGUI") {
435 $old = $this->
ctrl->getParameterArrayByClass(
436 'illplistofobjectsgui' 438 $this->
ctrl->setParameterByClass(
439 'illplistofobjectsgui',
443 $this->
ctrl->setParameterByClass(
444 'illplistofobjectsgui',
448 $this->
ctrl->setParameterByClass(
449 'illplistofobjectsgui',
453 $url = $this->
ctrl->getLinkTargetByClass(
454 array(
'ilrepositorygui',
456 'illearningprogressgui',
457 'illplistofobjectsgui' 461 $this->
ctrl->setParameterByClass(
462 'illplistofobjectsgui',
464 $old[
"ref_id"] ?? null
466 $this->
ctrl->setParameterByClass(
467 'illplistofobjectsgui',
471 $this->
ctrl->setParameterByClass(
472 'illplistofobjectsgui',
480 $this->tpl->setVariable(
"URL_TITLE",
$url);
481 $this->tpl->setVariable(
"VAL_TITLE", $a_set[
"title"]);
482 $this->tpl->parseCurrentBlock();
484 $this->tpl->setCurrentBlock(
'title_plain');
485 $this->tpl->setVariable(
"VAL_TITLE", $a_set[
"title"]);
486 $this->tpl->parseCurrentBlock();
490 if (($a_set[
'ref_id'] ?? 0)) {
492 $path =
$path->getPath($this->ref_id, $a_set[
'ref_id']);
494 $this->tpl->setVariable(
496 $this->
lng->txt(
'path') .
': ' .
$path 502 if (($a_set[
"ref_id"] ?? 0) &&
504 'edit_learning_progress',
511 $this->tpl->setCurrentBlock(
"item_command");
512 $this->
ctrl->setParameterByClass(
513 "illplistofobjectsgui",
517 $this->tpl->setVariable(
519 $this->
ctrl->getLinkTargetByClass(
520 "illplistofobjectsgui",
524 $this->tpl->setVariable(
"TXT_COMMAND", $this->
lng->txt(
'edit'));
525 $this->
ctrl->setParameterByClass(
526 "illplistofobjectsgui",
530 $this->tpl->parseCurrentBlock();
537 $a_excel->
setCell($a_row, 0, $this->
lng->txt(
"type"));
538 $a_excel->
setCell($a_row, 1, $this->
lng->txt(
"title"));
543 $a_excel->
setCell($a_row, $cnt++, $labels[$c][
"txt"]);
556 $a_excel->
setCell($a_row, 0, $this->
lng->txt($a_set[
"type"]));
557 $a_excel->
setCell($a_row, 1, $a_set[
"title"]);
561 if ($c !=
'status') {
562 $val = $this->
parseValue($c, $a_set[$c], $this->type);
568 $a_excel->
setCell($a_row, $cnt++, $val);
591 if ($c !=
'status') {
592 $val = $this->
parseValue($c, $a_set[$c], $this->type);
Creates a path for a start and endnode.
const EXTENDED_DATA_LAST_ACCESS
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(?object $a_parent_obj, string $a_parent_cmd, int $a_user_id, int $a_obj_id, int $a_ref_id, bool $a_print_view=false)
Constructor.
setExportFormats(array $formats)
Set available export formats.
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
setFormAction(string $a_form_action, bool $a_multipart=false)
addFilterItem(ilTableFilterItem $a_input_item, bool $a_optional=false)
setEnableTitle(bool $a_enabletitle)
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
getColumnCoord(int $a_col)
Get column "name" from number.
setShowTemplates(bool $a_value)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
static getInstance(int $variant=ilLPStatusIcons::ICON_VARIANT_DEFAULT, ?\ILIAS\UI\Renderer $renderer=null, ?\ILIAS\UI\Factory $factory=null)
setPrintMode(bool $a_value=false)
const EXTENDED_DATA_READ_COUNT
setCell(int $a_row, int $a_col, $a_value, ?string $a_datatype=null)
Set cell value.
fillHeaderExcel(ilExcel $a_excel, int &$a_row)
static secondsToString(int $seconds, bool $force_with_seconds=false, ?ilLanguage $a_lng=null)
converts seconds to string: Long: 7 days 4 hour(s) ...
fillRowCSV(ilCSVWriter $a_csv, array $a_set)
LP collection of repository objects.
resetOffset(bool $a_in_determination=false)
setExternalSorting(bool $a_val)
setBold(string $a_coords)
Set cell(s) to bold.
static http()
Fetches the global http state from ILIAS.
TableGUI class for learning progress.
setDefaultOrderField(string $a_defaultorderfield)
isPercentageAvailable(int $a_obj_id)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
parseValue(string $id, ?string $value, string $type)
setDefaultOrderDirection(string $a_defaultorderdirection)
static _getStatusText(int $a_status, ?ilLanguage $a_lng=null)
Get status alt text.
const EXTENDED_DATA_SPENT_SECONDS
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static supportsSpentSeconds(string $obj_type)
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
static checkPermission(string $a_permission, int $a_ref_id, ?int $a_user_id=null)
wrapper for rbac access checks
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
fillRowExcel(ilExcel $a_excel, int &$a_row, array $a_set)
static supportsMark(string $obj_type)
static _lookupType(int $id, bool $reference=false)
parseTitle(int $a_obj_id, string $action, int $a_user_id=0)
showTimingsWarning(int $a_ref_id, int $a_user_id)
static getInstance(int $obj_id)
static getObjectsDataForUser(int $a_user_id, int $a_parent_obj_id, int $a_parent_ref_id, string $a_order_field="", string $a_order_dir="", int $a_offset=0, int $a_limit=9999, ?array $a_filters=null, ?array $a_additional_fields=null, bool $use_collection=true)
Get all object-based tracking data for user and parent object.
determineOffsetAndOrder(bool $a_omit_offset=false)
setEnableHeader(bool $a_enableheader)
setMaxCount(int $a_max_count)
set max.
fillHeaderCSV(ilCSVWriter $a_csv)
setExternalSegmentation(bool $a_val)