32 public function __construct($a_parent_obj,
string $a_parent_cmd, array $a_ass_objects)
36 $this->
ctrl = $DIC->ctrl();
37 $this->
lng = $DIC->language();
38 $this->
access = $DIC->access();
39 $this->tree = $DIC->repositoryTree();
40 $this->ui_fac = $DIC->ui()->factory();
41 $this->ui_ren = $DIC->ui()->renderer();
46 foreach ($a_ass_objects as $obj) {
48 $data[] = array(
"obj_id" => $obj);
53 $this->
setTitle($this->
lng->txt(
"skmg_assigned_objects"));
58 $this->
setRowTemplate(
"tpl.skill_assigned_objects_row.html",
"Services/Skill");
61 protected function fillRow(array $a_set): void
64 $icon = $this->ui_fac->symbol()->icon()->standard(
66 $this->
lng->txt(
"icon") .
" " . $this->
lng->txt($obj_type),
69 $this->tpl->setVariable(
71 $this->ui_ren->render(
$icon)
76 $obj_ref_id = end($obj_ref_id);
77 $obj_ref_id_parent = $this->tree->getParentId($obj_ref_id);
81 $this->tpl->setVariable(
83 $path->getPath($this->tree->getParentId($obj_ref_id_parent), (
int) $obj_ref_id)
__construct($a_parent_obj, string $a_parent_cmd, array $a_ass_objects)
Creates a path for a start and endnode.
ILIAS UI Renderer $ui_ren
static _getAllReferences(int $id)
get all reference ids for object ID
static _hasUntrashedReference(int $obj_id)
checks whether an object has at least one reference that is not in trash
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupTitle(int $obj_id)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__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)
static _lookupType(int $id, bool $reference=false)