3 declare(strict_types=1);
37 $a_selection_gui = null,
38 string $a_selection_cmd =
"add",
39 string $a_selection_par =
"source_id" 59 $ilAccess = $DIC[
'ilAccess'];
62 if (!$ilAccess->checkAccess(
'read',
'', (
int) $a_node[
"child"])) {
78 if (!parent::isNodeClickable($a_node)) {
82 if ($a_node[
"child"] == $this->
getRefId()) {
91 $this->ref_id = $a_ref_id;
97 $this->highlighted_parent = $this->tree->getParentId($a_ref_id);
112 if ($this->highlighted_parent == $a_node[
"child"]) {
116 return parent::isNodeHighlighted($a_node);
__construct( $a_parent_obj, string $a_parent_cmd, $a_selection_gui=null, string $a_selection_cmd="add", string $a_selection_par="source_id")
Explorer for selecting repository items.
isNodeHighlighted($a_node)
getParentId(int $a_node_id)
get parent id of given node
__construct(Container $dic, ilPlugin $plugin)
static _lookupType(int $id, bool $reference=false)
getTypeWhiteList()
Get type white list.