| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Explorer class that works on tree objects (Services/Tree) More...
 Inheritance diagram for ilTreeExplorerGUI:
 Collaboration diagram for ilTreeExplorerGUI:Public Member Functions | |
| __construct (string $a_expl_id, $a_parent_obj, string $a_parent_cmd, ilTree $a_tree, string $a_node_parameter_name="node_id") | |
| getTree () | |
| setOrderField (string $a_val, bool $a_numeric=false) | |
| getOrderField () | |
| setTypeWhiteList (array $a_val) | |
| Set type white list.  More... | |
| getTypeWhiteList () | |
| Get type white list.  More... | |
| setTypeBlackList (array $a_val) | |
| Set type black list.  More... | |
| getTypeBlackList () | |
| Get type black list.  More... | |
| setPreloadChilds (bool $a_val) | |
| getPreloadChilds () | |
| getSuccessorNode ( $a_node_id, string $a_type="") | |
| Get successor node (currently only(!) based on lft/rgt tree values)  More... | |
| getChildsOfNode ($a_parent_node_id) | |
| Get childs of node.  More... | |
| getNodeId ($a_node) | |
| Get id for node.  More... | |
| getNodeIconAlt ($a_node) | |
| Get node icon alt attribute.  More... | |
| getRootNode () | |
| Get root node.  More... | |
| setRootId ($a_root) | |
| setPathOpen ($a_id) | |
| Set node path to be opened.  More... | |
| getHTML ($new=false) | |
| Get HTML.  More... | |
| getChildren ($record, $environment=null) | |
| Get a list of records (that list can also be empty).  More... | |
| build (\ILIAS\UI\Component\Tree\Node\Factory $factory, $record, $environment=null) | |
| getTreeLabel () | |
| getTreeComponent () | |
| toggleExplorerNodeState () | |
| Should be called by an ilCtrl-enabled command class if a tree node toggle action should be processed.  More... | |
  Public Member Functions inherited from ilExplorerBaseGUI | |
| setChildLimit (int $a_val) | |
| getChildLimit () | |
| setSearchTerm (string $a_val) | |
| getSearchTerm () | |
| setMainTemplate (ilGlobalTemplateInterface $a_main_tpl=null) | |
| getRootNode () | |
| Get root node.  More... | |
| getChildsOfNode ($a_parent_node_id) | |
| Get children of node.  More... | |
| getNodeContent ($a_node) | |
| Get content of a node.  More... | |
| getNodeId ($a_node) | |
| Get id of a node.  More... | |
| getNodeHref ($a_node) | |
| Get href for node.  More... | |
| nodeHasVisibleChilds ($a_node) | |
| Node has children Please note that this standard method may not be optimal depending on what a derived class does in isNodeVisible.  More... | |
| sortChilds (array $a_childs, $a_parent_node_id) | |
| Sort childs.  More... | |
| getNodeIcon ($a_node) | |
| Get node icon path.  More... | |
| getNodeIconAlt ($a_node) | |
| Get node icon alt attribute.  More... | |
| getNodeTarget ($a_node) | |
| Get node target (frame) attribute.  More... | |
| getNodeOnClick ($a_node) | |
| Get node onclick attribute.  More... | |
| isNodeVisible ($a_node) | |
| Is node visible?  More... | |
| isNodeHighlighted ($a_node) | |
| Is node highlighted?  More... | |
| isNodeClickable ($a_node) | |
| Is node clickable?  More... | |
| getId () | |
| Get id of explorer element.  More... | |
| setSkipRootNode (bool $a_val) | |
| getSkipRootNode () | |
| setAjax (bool $a_val) | |
| getAjax () | |
| setSecondaryHighlightedNodes (array $a_val) | |
| Set secondary (background) highlighted nodes.  More... | |
| getSecondaryHighlightedNodes () | |
| Get secondary (background) highlighted nodes.  More... | |
| setNodeOpen ($a_id) | |
| Set node to be opened (additional custom opened node, not standard expand behaviour)  More... | |
| setSelectMode (string $a_postvar, bool $a_multi=false) | |
| Set select mode (to deactivate, pass an empty string as postvar)  More... | |
| setNodeSelected ($a_id) | |
| Set node to be opened (additional custom opened node, not standard expand behaviour)  More... | |
| setOfflineMode (bool $a_val) | |
| getOfflineMode () | |
| handleCommand () | |
| Handle explorer internal command.  More... | |
| getContainerId () | |
| openNode () | |
| Open node.  More... | |
| closeNode () | |
| Close node.  More... | |
| getNodeAsync () | |
| Get node asynchronously.  More... | |
| beforeRendering () | |
| Before rendering.  More... | |
| getOnLoadCode () | |
| Get on load code.  More... | |
| getHTML () | |
| renderNode ($a_node, ilTemplate $tpl) | |
| Render node.  More... | |
| renderChilds ($a_node_id, ilTemplate $tpl) | |
| Render childs.  More... | |
| getDomNodeIdForNodeId ($a_node_id) | |
| Get DOM node id for node id.  More... | |
| getNodeIdForDomNodeId (string $a_dom_node_id) | |
| Get node id for dom node id.  More... | |
| listItemStart (ilTemplate $tpl, $a_node) | |
| List item start.  More... | |
| listItemEnd (ilTemplate $tpl) | |
| listStart (ilTemplate $tpl) | |
| listEnd (ilTemplate $tpl) | |
| isNodeOnclickEnabled () | |
| setNodeOnclickEnabled (bool $nodeOnclickEnabled) | |
| isEnableDnd () | |
| setEnableDnd (bool $enable_dnd) | |
  Public Member Functions inherited from ILIAS\UI\Component\Tree\TreeRecursion | |
| build (Node\Factory $factory, $record, $environment=null) | |
| Build and return a Node.  More... | |
Protected Member Functions | |
| preloadChilds () | |
| matches ($node) | |
| Does a node match a search term (or is search term empty)  More... | |
| getRootId () | |
| createNode (\ILIAS\UI\Component\Tree\Node\Factory $factory, $record) | |
| Creates at tree node, can be overwritten in derivatives if another node type should be used.  More... | |
| getNodeStateToggleCmdClasses ($record) | |
| Should return an array of ilCtrl-enabled command classes which should be used to build the URL for the expand/collapse actions applied on a tree node.  More... | |
| render () | |
  Protected Member Functions inherited from ilExplorerBaseGUI | |
| isNodeSelectable ($a_node) | |
| Is node selectable?  More... | |
| getNodeToggleOnClick ($a_node) | |
| Get onclick attribute for node toggling.  More... | |
| getSelectOnClick ($a_node) | |
| Get onclick attribute for selecting radio/checkbox.  More... | |
| isNodeOpen ($node_id) | |
| Get all open nodes.  More... | |
| getJSTreePlugins () | |
| isNodeRequested (string $a_node_id) | |
Additional Inherited Members | |
  Static Public Member Functions inherited from ilExplorerBaseGUI | |
| static | getLocalExplorerJsPath () | 
| static | getLocalJsTreeJsPath () | 
| static | getLocalJsTreeCssPath () | 
| static | createHTMLExportDirs (string $a_target_dir) | 
| static | init (ilGlobalTemplateInterface $a_main_tpl=null) | 
  Static Protected Attributes inherited from ilExplorerBaseGUI | |
| static string | $js_tree_path = "./node_modules/jstree/dist/jstree.js" | 
| static string | $js_tree_path_css = "./node_modules/jstree/dist/themes/default/style.min.css" | 
| static string | $js_expl_path = "./Services/UIComponent/Explorer2/js/Explorer2.js" | 
Explorer class that works on tree objects (Services/Tree)
Definition at line 28 of file class.ilTreeExplorerGUI.php.
| ilTreeExplorerGUI::__construct | ( | string | $a_expl_id, | 
| $a_parent_obj, | |||
| string | $a_parent_cmd, | ||
| ilTree | $a_tree, | ||
| string | $a_node_parameter_name = "node_id"  | 
        ||
| ) | 
Definition at line 46 of file class.ilTreeExplorerGUI.php.
References $DIC, ILIAS\MetaData\Repository\Validation\Data\__construct(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
 Here is the call graph for this function:| ilTreeExplorerGUI::build | ( | \ILIAS\UI\Component\Tree\Node\Factory | $factory, | 
| $record, | |||
$environment = null  | 
        |||
| ) | 
Definition at line 377 of file class.ilTreeExplorerGUI.php.
References ilExplorerBaseGUI\$id, $url, createNode(), ILIAS\Repository\ctrl(), ilExplorerBaseGUI\getNodeHref(), getNodeId(), getNodeStateToggleCmdClasses(), and ilExplorerBaseGUI\isNodeOpen().
 Here is the call graph for this function:
      
  | 
  protected | 
Creates at tree node, can be overwritten in derivatives if another node type should be used.
Definition at line 348 of file class.ilTreeExplorerGUI.php.
References ilExplorerBaseGUI\getNodeContent(), ilExplorerBaseGUI\getNodeIcon(), getNodeIconAlt(), and ILIAS\Repository\ui().
Referenced by build().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTreeExplorerGUI::getChildren | ( | $record, | |
$environment = null  | 
        |||
| ) | 
Get a list of records (that list can also be empty).
Each record will be relayed to $this->build to retrieve a Node. Also, each record will be asked for Sub-Nodes using this function.
Implements ILIAS\UI\Component\Tree\TreeRecursion.
Definition at line 340 of file class.ilTreeExplorerGUI.php.
References getChildsOfNode().
Referenced by ilLMTOCExplorerGUI\renderLSTocNode().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTreeExplorerGUI::getChildsOfNode | ( | $a_parent_node_id | ) | 
Get childs of node.
| int | string | $a_parent_node_id | parent id | 
Definition at line 208 of file class.ilTreeExplorerGUI.php.
References Vendor\Package\$c, getOrderField(), ilExplorerBaseGUI\getSearchTerm(), getTypeBlackList(), getTypeWhiteList(), ilExplorerBaseGUI\isNodeRequested(), and matches().
Referenced by ilPublicSectionExplorerGUI\getAllNodes(), and getChildren().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTreeExplorerGUI::getHTML | ( | $new = false | ) | 
Get HTML.
Definition at line 327 of file class.ilTreeExplorerGUI.php.
References getPreloadChilds(), preloadChilds(), and render().
 Here is the call graph for this function:| ilTreeExplorerGUI::getNodeIconAlt | ( | $a_node | ) | 
Get node icon alt attribute.
| object | array | $a_node | node | 
Definition at line 275 of file class.ilTreeExplorerGUI.php.
References $lng, and ilLanguage\txt().
Referenced by ilTaxonomyClassificationExplorerGUI\createNode(), ilForumExplorerGUI\createNode(), and createNode().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTreeExplorerGUI::getNodeId | ( | $a_node | ) | 
Get id for node.
| object | array | $a_node | 
Definition at line 265 of file class.ilTreeExplorerGUI.php.
Referenced by build(), ilTaxonomyClassificationExplorerGUI\createNode(), ilPublicSectionExplorerGUI\getAllNodes(), ilMediaPoolExplorerGUI\getNodeContent(), ilAdministrationExplorerGUI\getNodeContent(), ilLMExplorerGUI\getNodeContent(), ilRepositoryExplorerGUI\getNodeContent(), ilRepositorySelectorExplorerGUI\getNodeContent(), ilMailExplorer\getNodeContent(), ilLMTOCExplorerGUI\getNodeContent(), ilMailExplorer\getNodeHref(), ilLMEditorExplorerGUI\getNodeIcon(), ilPublicSectionExplorerGUI\getNodeIcon(), ilMediaPoolExplorerGUI\getNodeIcon(), ilMailExplorer\getNodeIcon(), ilAdministrationExplorerGUI\getNodeIconAlt(), ilRepositoryExplorerGUI\getNodeIconAlt(), ilRepositorySelectorExplorerGUI\getNodeIconAlt(), ilMediaPoolExplorerGUI\isNodeHighlighted(), ilLMExplorerGUI\isNodeHighlighted(), ilAdministrationExplorerGUI\isNodeHighlighted(), ilRepositoryExplorerGUI\isNodeHighlighted(), and ilRepositorySelectorExplorerGUI\isNodeHighlighted().
 Here is the caller graph for this function:
      
  | 
  protected | 
Should return an array of ilCtrl-enabled command classes which should be used to build the URL for the expand/collapse actions applied on a tree node.
| $record | 
Definition at line 372 of file class.ilTreeExplorerGUI.php.
Referenced by build().
 Here is the caller graph for this function:| ilTreeExplorerGUI::getOrderField | ( | ) | 
Definition at line 75 of file class.ilTreeExplorerGUI.php.
References $order_field.
Referenced by getChildsOfNode().
 Here is the caller graph for this function:| ilTreeExplorerGUI::getPreloadChilds | ( | ) | 
Definition at line 121 of file class.ilTreeExplorerGUI.php.
References $preload_childs.
Referenced by getHTML().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 303 of file class.ilTreeExplorerGUI.php.
References getTree().
Referenced by getRootNode(), and ilWorkspaceExplorerGUI\isNodeHighlighted().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTreeExplorerGUI::getRootNode | ( | ) | 
Get root node.
Definition at line 287 of file class.ilTreeExplorerGUI.php.
References $root_node_data, getRootId(), and getTree().
Referenced by ilPublicSectionExplorerGUI\getAllNodes(), ilTaxonomyClassificationExplorerGUI\getNodeContent(), ilMediaPoolExplorerGUI\getNodeContent(), ilTaxonomyExplorerGUI\getNodeContent(), ilAdministrationExplorerGUI\getNodeContent(), ilLMExplorerGUI\getNodeContent(), ilRepositorySelectorExplorerGUI\getNodeContent(), ilLMEditorExplorerGUI\getNodeIcon(), ilPublicSectionExplorerGUI\getNodeIcon(), ilMediaPoolExplorerGUI\getNodeIcon(), ilAdministrationExplorerGUI\getNodeIconAlt(), ilRepositorySelectorExplorerGUI\getNodeIconAlt(), ilTaxonomyClassificationExplorerGUI\getTreeComponent(), getTreeComponent(), ilMediaPoolExplorerGUI\isNodeHighlighted(), ilLMExplorerGUI\isNodeHighlighted(), ilAdministrationExplorerGUI\isNodeHighlighted(), ilRepositorySelectorExplorerGUI\isNodeHighlighted(), and preloadChilds().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTreeExplorerGUI::getSuccessorNode | ( | $a_node_id, | |
| string | $a_type = ""  | 
        ||
| ) | 
Get successor node (currently only(!) based on lft/rgt tree values)
| int | string | $a_node_id | node id | 
Definition at line 179 of file class.ilTreeExplorerGUI.php.
References getTree().
Referenced by ilLMTOCExplorerGUI\isNodeClickable().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTreeExplorerGUI::getTree | ( | ) | 
Definition at line 62 of file class.ilTreeExplorerGUI.php.
References $tree.
Referenced by ilLMTOCExplorerGUI\getNodeHref(), getRootId(), ilSkillTemplateTreeExplorerGUI\getRootNode(), ilOrgUnitExplorerGUI\getRootNode(), ilRepositoryExplorerGUI\getRootNode(), ilLMTOCExplorerGUI\getRootNode(), getRootNode(), getSuccessorNode(), ilTaxonomyClassificationExplorerGUI\getTreeComponent(), getTreeComponent(), ilLMTOCExplorerGUI\isNodeClickable(), and setPathOpen().
 Here is the caller graph for this function:| ilTreeExplorerGUI::getTreeComponent | ( | ) | 
Definition at line 418 of file class.ilTreeExplorerGUI.php.
References $data, Vendor\Package\$f, $tree, ilExplorerBaseGUI\getNodeContent(), ilTree\getNodeData(), getRootNode(), getTree(), getTreeLabel(), ilTree\readRootId(), and ILIAS\Repository\ui().
Referenced by render().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTreeExplorerGUI::getTreeLabel | ( | ) | 
Definition at line 413 of file class.ilTreeExplorerGUI.php.
References $tree_label.
Referenced by ilTaxonomyClassificationExplorerGUI\getTreeComponent(), and getTreeComponent().
 Here is the caller graph for this function:| ilTreeExplorerGUI::getTypeBlackList | ( | ) | 
Get type black list.
Definition at line 111 of file class.ilTreeExplorerGUI.php.
References $type_black_list.
Referenced by getChildsOfNode(), and preloadChilds().
 Here is the caller graph for this function:| ilTreeExplorerGUI::getTypeWhiteList | ( | ) | 
Get type white list.
Definition at line 93 of file class.ilTreeExplorerGUI.php.
References $type_white_list.
Referenced by ilIntLinkRepItemExplorerGUI\__construct(), getChildsOfNode(), preloadChilds(), ilConditionSelector\setRefId(), and ilRepositorySelectorExplorerGUI\sortChilds().
 Here is the caller graph for this function:
      
  | 
  protected | 
Does a node match a search term (or is search term empty)
| object | array | $node | 
Definition at line 250 of file class.ilTreeExplorerGUI.php.
References ilExplorerBaseGUI\getNodeContent(), and ilExplorerBaseGUI\getSearchTerm().
Referenced by getChildsOfNode().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 126 of file class.ilTreeExplorerGUI.php.
References Vendor\Package\$c, getRootNode(), getTypeBlackList(), getTypeWhiteList(), and ilArrayUtil\sortArray().
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 460 of file class.ilTreeExplorerGUI.php.
References $r, getTreeComponent(), and ILIAS\Repository\ui().
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTreeExplorerGUI::setOrderField | ( | string | $a_val, | 
| bool | $a_numeric = false  | 
        ||
| ) | 
Definition at line 67 of file class.ilTreeExplorerGUI.php.
Referenced by ilMediaPoolExplorerGUI\__construct(), ilMailExplorer\__construct(), ilTaxonomyExplorerGUI\__construct(), ilAdministrationExplorerGUI\__construct(), and ilSkillTemplateTreeExplorerGUI\__construct().
 Here is the caller graph for this function:| ilTreeExplorerGUI::setPathOpen | ( | $a_id | ) | 
Set node path to be opened.
| string | $a_id | node id | 
Definition at line 314 of file class.ilTreeExplorerGUI.php.
References ilExplorerBaseGUI\$id, $path, getTree(), and ilExplorerBaseGUI\setNodeOpen().
Referenced by ilGroupActionTargetExplorerGUI\__construct(), ilLMExplorerGUI\__construct(), ilAdministrationExplorerGUI\__construct(), and ilWorkspaceExplorerGUI\__construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTreeExplorerGUI::setPreloadChilds | ( | bool | $a_val | ) | 
Definition at line 116 of file class.ilTreeExplorerGUI.php.
Referenced by ilLMExplorerGUI\__construct(), ilForumExplorerGUI\__construct(), and ilTaxonomyExplorerGUI\__construct().
 Here is the caller graph for this function:| ilTreeExplorerGUI::setRootId | ( | $a_root | ) | 
| int | string | $a_root | 
Definition at line 298 of file class.ilTreeExplorerGUI.php.
| ilTreeExplorerGUI::setTypeBlackList | ( | array | $a_val | ) | 
Set type black list.
| array | $a_val | array of strings of node types that should be filtered out | 
Definition at line 102 of file class.ilTreeExplorerGUI.php.
| ilTreeExplorerGUI::setTypeWhiteList | ( | array | $a_val | ) | 
Set type white list.
| array | $a_val | array of strings of node types that should be retrieved | 
Definition at line 84 of file class.ilTreeExplorerGUI.php.
Referenced by ilStandardGlossarySelectorGUI\__construct(), ilForumMoveTopicsExplorer\__construct(), ilMediaPoolExplorerGUI\__construct(), ilPCFileItemFileSelectorGUI\__construct(), ilIntLinkRepItemExplorerGUI\__construct(), ilTestQuestionPoolSelectorExplorer\__construct(), ilAdministrationExplorerGUI\__construct(), ilLMTOCExplorerGUI\__construct(), ilOrgUnitExplorerGUI\__construct(), ilSkillTemplateTreeExplorerGUI\__construct(), ilWorkspaceExplorerGUI\__construct(), ilPersonalSkillsGUI\assignMaterial(), ilWorkspaceGSToolProvider\getTree(), ilObjWorkspaceFolderGUI\render(), ilExSubmissionObjectGUI\renderWorkspaceExplorer(), and ilObjWorkspaceFolderGUI\showMoveIntoObjectTree().
 Here is the caller graph for this function:| ilTreeExplorerGUI::toggleExplorerNodeState | ( | ) | 
Should be called by an ilCtrl-enabled command class if a tree node toggle action should be processed.
Definition at line 442 of file class.ilTreeExplorerGUI.php.
References ILIAS\LTI\ToolProvider\$key, ilExplorerBaseGUI\$node_parameter_name, exit, and ILIAS\Repository\int().
Referenced by ilObjForumGUI\toggleExplorerNodeStateObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 42 of file class.ilTreeExplorerGUI.php.
      
  | 
  protected | 
Definition at line 38 of file class.ilTreeExplorerGUI.php.
Referenced by ilSkillTemplateTreeExplorerGUI\getChildsOfNode(), ilPersonalSkillExplorerGUI\getChildsOfNode(), ilRepositoryExplorerGUI\getChildsOfNode(), ilAdministrationExplorerGUI\sortChilds(), ilRepositorySelectorExplorerGUI\sortChilds(), and ilRepositoryExplorerGUI\sortChilds().
      
  | 
  protected | 
Definition at line 31 of file class.ilTreeExplorerGUI.php.
      
  | 
  protected | 
Definition at line 30 of file class.ilTreeExplorerGUI.php.
Referenced by ilAdministrationExplorerGUI\getNodeContent(), ilSkillTemplateTreeExplorerGUI\getNodeContent(), ilRepositoryExplorerGUI\getNodeContent(), ilRepositorySelectorExplorerGUI\getNodeContent(), ilWorkspaceExplorerGUI\getNodeContent(), ilPersonalSkillExplorerGUI\getNodeContent(), ilLMEditorExplorerGUI\getNodeIconAlt(), ilAdministrationExplorerGUI\getNodeIconAlt(), ilRepositoryExplorerGUI\getNodeIconAlt(), ilRepositorySelectorExplorerGUI\getNodeIconAlt(), ilSkillTemplateTreeExplorerGUI\getNodeIconAlt(), ilPersonalSkillExplorerGUI\getNodeIconAlt(), and getNodeIconAlt().
      
  | 
  protected | 
Definition at line 34 of file class.ilTreeExplorerGUI.php.
Referenced by getOrderField().
      
  | 
  protected | 
Definition at line 35 of file class.ilTreeExplorerGUI.php.
      
  | 
  protected | 
Definition at line 40 of file class.ilTreeExplorerGUI.php.
Referenced by getPreloadChilds().
      
  | 
  protected | 
Definition at line 39 of file class.ilTreeExplorerGUI.php.
      
  | 
  protected | 
Definition at line 43 of file class.ilTreeExplorerGUI.php.
Referenced by ilLMTOCExplorerGUI\getRootNode().
      
  | 
  protected | 
Definition at line 41 of file class.ilTreeExplorerGUI.php.
Referenced by getRootNode().
      
  | 
  protected | 
Definition at line 32 of file class.ilTreeExplorerGUI.php.
Referenced by ilPublicSectionExplorerGUI\__construct(), ilLMExplorerGUI\__construct(), ilAdministrationExplorerGUI\__construct(), ilSkillTemplateTreeExplorerGUI\__construct(), ilPersonalSkillExplorerGUI\__construct(), ilRepositoryExplorerGUI\getTopNodeForRefId(), getTree(), ilTaxonomyClassificationExplorerGUI\getTreeComponent(), getTreeComponent(), ilConditionSelector\isNodeVisible(), and ilRepositoryExplorerGUI\isNodeVisible().
      
  | 
  protected | 
Definition at line 33 of file class.ilTreeExplorerGUI.php.
Referenced by getTreeLabel().
      
  | 
  protected | 
Definition at line 37 of file class.ilTreeExplorerGUI.php.
Referenced by getTypeBlackList().
      
  | 
  protected | 
Definition at line 36 of file class.ilTreeExplorerGUI.php.
Referenced by getTypeWhiteList().
      
  | 
  protected | 
Definition at line 44 of file class.ilTreeExplorerGUI.php.