42 $this->
ctrl = $DIC->ctrl();
43 $this->
lng = $DIC->language();
44 $this->
access = $DIC->access();
47 $params = $DIC->http()->request()->getQueryParams();
49 $this->requested_tax_node =
$params[
"tax_node"] ??
"";
51 $ilCtrl = $DIC->ctrl();
52 $lng = $DIC->language();
54 if ($a_node_id ==
"") {
58 $this->tree = $a_tree;
60 $this->node_id = $a_node_id;
64 $childs = $this->tree->getChildsByTypeFilter(
80 $this->
addColumn($this->
lng->txt(
"tax_order"),
"order_nr",
"1px");
87 $this->
setRowTemplate(
"tpl.tax_row.html",
"components/ILIAS/Taxonomy");
96 if ($a_field ==
"order_nr") {
102 protected function fillRow(array $a_set): void
106 $ilCtrl->
setParameter($this->parent_obj,
"tax_node", $a_set[
"child"]);
107 $ret = $ilCtrl->getLinkTargetByClass(
"ilobjtaxonomygui",
"listNodes");
108 $ilCtrl->setParameter($this->parent_obj,
"tax_node", $this->requested_tax_node);
110 $this->tpl->setCurrentBlock(
"order");
111 $this->tpl->setVariable(
"ORDER_NR", $a_set[
"order_nr"]);
112 $this->tpl->setVariable(
"ONODE_ID", $a_set[
"child"]);
113 $this->tpl->parseCurrentBlock();
116 $this->tpl->setVariable(
"HREF_TITLE", $ret);
119 $this->tpl->setVariable(
"NODE_ID", $a_set[
"child"]);
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...
setFormAction(string $a_form_action, bool $a_multipart=false)
numericOrdering(string $a_field)
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
__construct(object $a_parent_obj, string $a_parent_cmd, ilTaxonomyTree $a_tree, int $a_node_id, ilObjTaxonomy $a_tax)
Constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $requested_tax_node
setDefaultOrderField(string $a_defaultorderfield)
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...
setDefaultOrderDirection(string $a_defaultorderdirection)
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)
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
addMultiCommand(string $a_cmd, string $a_text)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)