3 declare(strict_types=1);
30 public function __construct(
int $a_obj_id, ?
object $a_parent_obj,
string $a_parent_cmd)
32 $this->obj_id = $a_obj_id;
34 $this->
setId(
'sco_trs_usr_' . $this->obj_id);
53 foreach ($scos as $row) {
55 $tmp[
'title'] = $row->getTitle();
56 $tmp[
'id'] = $row->getId();
67 protected function fillRow(array $a_set): void
70 $ilCtrl = $DIC->ctrl();
72 $this->tpl->setVariable(
'TXT_ITEM_TITLE', $a_set[
'title']);
73 $ilCtrl->setParameter($this->
getParentObject(),
'obj_id', $a_set[
'id']);
74 $this->tpl->setVariable(
'LINK_ITEM', $ilCtrl->getLinkTarget($this->getParentObject(),
'showTrackingItemSco'));
80 $ilCtrl = $DIC->ctrl();
83 $this->
setFormAction($ilCtrl->getFormAction($this->getParentObject()));
84 $this->
setRowTemplate(
'tpl.scorm_track_items_sco.html',
'Modules/ScormAicc');
85 $this->
setTitle($this->
lng->txt(
'cont_tracking_items'));
87 $this->
addColumn($this->
lng->txt(
'title'),
'title',
'100%');
fillRow(array $a_set)
Fill row template.
setFormAction(string $a_form_action, bool $a_multipart=false)
parse()
Parse table content.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(int $a_obj_id, ?object $a_parent_obj, string $a_parent_cmd)
__construct(Container $dic, ilPlugin $plugin)
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)