42 $this->
ctrl = $DIC->ctrl();
43 $this->
user = $DIC->user();
44 $this->obj_definition = $DIC[
"objDefinition"];
46 $this->node_id = $a_node_id;
47 $this->
setId(
"tbl_wfld");
48 $this->access_handler = $a_access_handler;
60 $this->
setRowTemplate(
"tpl.list_row.html",
"components/ILIAS/WorkspaceFolder");
73 $nodes = $tree->
getChilds($this->node_id,
"title");
77 foreach ($nodes as $node) {
78 $preloader->addItem($node[
"obj_id"], $node[
"type"]);
80 $preloader->preload();
84 $this->shared_objects = $this->access_handler->getObjectsIShare();
89 protected function fillRow(array $a_set): void
94 $class = $objDefinition->getClassName($a_set[
"type"]);
95 $full_class =
"ilObj" . $class .
"ListGUI";
100 $item_list_gui->enableDelete(
true);
101 $item_list_gui->enableCut(
true);
102 $item_list_gui->enableSubscribe(
false);
103 $item_list_gui->enableLink(
false);
104 $item_list_gui->enablePath(
false);
105 $item_list_gui->enableLinkedPath(
false);
106 $item_list_gui->enableSearchFragments(
true);
107 $item_list_gui->enableIcon(
true);
108 $item_list_gui->enableTimings(
false);
109 $item_list_gui->enableCheckbox($this->admin);
112 $item_list_gui->enableNotes(
true);
113 $item_list_gui->enableCopy($objDefinition->allowCopy($a_set[
"type"]));
115 if ($a_set[
"type"] ==
"file") {
116 $item_list_gui->enableRepositoryTransfer(
true);
119 $item_list_gui->setContainerObject($this->parent_obj);
121 if (in_array($a_set[
"type"], array(
"file",
"blog"))) {
123 $ilCtrl->setParameterByClass(
"ilworkspaceaccessgui",
"wsp_id", $a_set[
"wsp_id"]);
124 $share_link = $ilCtrl->getLinkTargetByClass(array(
"ilObj" . $class .
"GUI",
"ilworkspaceaccessgui"),
"share");
125 $item_list_gui->addCustomCommand($share_link,
"wsp_permissions");
128 if (in_array($a_set[
"obj_id"], $this->shared_objects)) {
129 $item_list_gui->addCustomProperty($this->
lng->txt(
"status"), $this->
lng->txt(
"wsp_status_shared"),
true,
true);
133 if ($html = $item_list_gui->getListItemHTML(
137 $a_set[
"description"]
139 $this->tpl->setVariable(
"ITEM_LIST_NODE", $html);
ilWorkspaceAccessHandler $access_handler
getChilds(int $a_node_id, string $a_order="", string $a_direction="ASC")
get child nodes of given node
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...
Preloader for object list GUIs.
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_node_id, ilWorkspaceAccessHandler $a_access_handler, bool $admin=false)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
ilObjectDefinition $obj_definition
setEnableNumInfo(bool $a_val)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setLimit(int $a_limit=0, int $a_default_limit=0)
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)