48 $this->
ctrl = $DIC->ctrl();
50 $this->
id = $a_id !=
"" ? $a_id :
"tax_expl_" . $this->tax_tree->getTreeId();
57 $this->target_gui = $a_target_gui;
58 $this->target_cmd = $a_target_cmd;
59 $params = $DIC->http()->request()->getQueryParams();
60 $tax_node = (string) (
$params[
"tax_node"] ??
"");
71 if ($rn[
"child"] == $a_node[
"child"]) {
74 return $a_node[
"title"];
87 if (!$this->onclick && $this->target_gui !=
"") {
89 if (is_array($this->parent_obj)) {
91 $href = $ilCtrl->getLinkTargetByClass($this->parent_obj, $this->target_cmd);
94 $href = $ilCtrl->getLinkTargetByClass($this->target_gui, $this->target_cmd);
96 if ($this->requested_tax_node !=
"" && !is_array($this->requested_tax_node)) {
97 $ilCtrl->setParameterByClass($this->target_gui,
"tax_node", $this->requested_tax_node);
120 return (!$this->onclick && $a_node[
"child"] == $this->requested_tax_node) ||
121 ($this->onclick && is_array($this->selected_nodes) && in_array($a_node[
"child"], $this->selected_nodes));
126 $this->onclick = $a_value;
135 if ($this->onclick !==
'') {
136 return str_replace(
"{NODE_CHILD}", $a_node[
"child"], $this->onclick);
139 return parent::getNodeOnClick($a_node);
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setParameterByClass(string $a_class, string $a_parameter, $a_value)
isNodeHighlighted($a_node)
__construct( $a_parent_obj, string $a_parent_cmd, int $a_tax_id, string $a_target_gui, string $a_target_cmd, string $a_id="")
Constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupTitle(int $obj_id)
setOnClick(string $a_value)
setPreloadChilds(bool $a_val)
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
static lookupSortingMode(int $a_id)
getRootNode()
Get root node.
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
string $requested_tax_node
setOrderField(string $a_val, bool $a_numeric=false)