ILIAS
Release_5_0_x_branch Revision 61816
|
Explorer base GUI class. More...
Public Member Functions | |
__construct ($a_expl_id, $a_parent_obj, $a_parent_cmd) | |
Constructor. | |
getRootNode () | |
Get root node. | |
getChildsOfNode ($a_parent_node_id) | |
Get childs of node. | |
getNodeContent ($a_node) | |
Get content of a node. | |
getNodeId ($a_node) | |
Get id of a node. | |
getNodeHref ($a_node) | |
Get href for node. | |
nodeHasVisibleChilds ($a_node) | |
Node has childs? | |
sortChilds ($a_childs, $a_parent_node_id) | |
Sort childs. | |
getNodeIcon ($a_node) | |
Get node icon path. | |
getNodeIconAlt ($a_node) | |
Get node icon alt attribute. | |
getNodeTarget ($a_node) | |
Get node target (frame) attribute. | |
getNodeOnClick ($a_node) | |
Get node onclick attribute. | |
isNodeVisible ($a_node) | |
Is node visible? | |
isNodeHighlighted ($a_node) | |
Is node highlighted? | |
isNodeClickable ($a_node) | |
Is node clickable? | |
getId () | |
Get id of explorer element. | |
setSkipRootNode ($a_val) | |
Set skip root node. | |
getSkipRootNode () | |
Get skip root node. | |
setAjax ($a_val) | |
Set ajax. | |
getAjax () | |
Get ajax. | |
setSecondaryHighlightedNodes ($a_val) | |
Set secondary (background) highlighted nodes. | |
getSecondaryHighlightedNodes () | |
Get secondary (background) highlighted nodes. | |
setNodeOpen ($a_id) | |
Set node to be opened (additional custom opened node, not standard expand behaviour) | |
setSelectMode ($a_postvar, $a_multi=false) | |
Set select mode (to deactivate, pass an empty string as postvar) | |
setNodeSelected ($a_id) | |
Set node to be opened (additional custom opened node, not standard expand behaviour) | |
setOfflineMode ($a_val) | |
Set offline mode. | |
getOfflineMode () | |
Get offline mode. | |
handleCommand () | |
Handle explorer internal command. | |
getContainerId () | |
Get container id. | |
openNode () | |
Open node. | |
closeNode () | |
Close node. | |
getNodeAsync () | |
Get node asynchronously. | |
beforeRendering () | |
Before rendering. | |
getOnLoadCode () | |
Get on load code. | |
getHTML () | |
Get HTML. | |
renderNode ($a_node, $tpl) | |
Render node. | |
renderChilds ($a_node_id, $tpl) | |
Render childs. | |
getDomNodeIdForNodeId ($a_node_id) | |
Get DOM node id for node id. | |
getNodeIdForDomNodeId ($a_dom_node_id) | |
Get node id for dom node id. | |
listItemStart ($tpl, $a_node) | |
List item start. | |
listItemEnd ($tpl) | |
List item end. | |
listStart ($tpl) | |
List start. | |
listEnd ($tpl) | |
List end. |
Static Public Member Functions | |
static | getLocalExplorerJsPath () |
Get local path of explorer js. | |
static | getLocalJsTreeJsPath () |
Get local path of jsTree js. | |
static | createHTMLExportDirs ($a_target_dir) |
Create html export directories. | |
static | init () |
Init JS. |
Protected Member Functions | |
getNodeToggleOnClick ($a_node) | |
Get onclick attribute for node toggling. | |
getSelectOnClick ($a_node) | |
Get onclick attribute for selecting radio/checkbox. |
Protected Attributes | |
$skip_root_node = false | |
$ajax = false | |
$custom_open_nodes = array() | |
$selected_nodes = array() | |
$select_postvar = "" | |
$offline_mode = false | |
$sec_highl_nodes = array() |
Static Protected Attributes | |
static | $js_tree_path = "./Services/UIComponent/Explorer2/lib/jstree-v.pre1.0/jquery.jstree.js" |
static | $js_expl_path = "./Services/UIComponent/Explorer2/js/Explorer2.js" |
Explorer base GUI class.
The class is supposed to work on a hierarchie of nodes that are identified by IDs. Whether nodes are represented by associative arrays or objects is not defined by this abstract class.
Definition at line 16 of file class.ilExplorerBaseGUI.php.
ilExplorerBaseGUI::__construct | ( | $a_expl_id, | |
$a_parent_obj, | |||
$a_parent_cmd | |||
) |
Constructor.
Reimplemented in ilMaterialExplorer, ilPublicSectionExplorerGUI, ilVirtualSkillTreeExplorerGUI, ilBookmarkBlockExplorerGUI, ilMediaPoolExplorerGUI, ilSCORM2004EditorExplorerGUI, ilBookmarkExplorerGUI, and ilMailExplorer.
Definition at line 31 of file class.ilExplorerBaseGUI.php.
ilExplorerBaseGUI::beforeRendering | ( | ) |
Before rendering.
Reimplemented in ilPublicSectionExplorerGUI, and ilLMExplorerGUI.
Definition at line 506 of file class.ilExplorerBaseGUI.php.
Referenced by getHTML(), and getNodeAsync().
ilExplorerBaseGUI::closeNode | ( | ) |
Close node.
Definition at line 467 of file class.ilExplorerBaseGUI.php.
References $_GET, $ilLog, exit, and getNodeIdForDomNodeId().
|
static |
Create html export directories.
string | $a_target_dir | target directory |
Definition at line 70 of file class.ilExplorerBaseGUI.php.
References ilUtil\makeDirParents().
Referenced by ilObjContentObject\exportHTML().
ilExplorerBaseGUI::getAjax | ( | ) |
Get ajax.
Definition at line 301 of file class.ilExplorerBaseGUI.php.
References $ajax.
Referenced by getOnLoadCode(), listItemStart(), and renderNode().
|
abstract |
Get childs of node.
string | $a_parent_id | parent node id |
Reimplemented in ilRepositoryExplorerGUI, ilRepositorySelectorExplorerGUI, ilAdministrationExplorerGUI, ilTreeExplorerGUI, ilOrgUnitExplorerGUI, ilPersonalSkillExplorerGUI, ilVirtualSkillTreeExplorerGUI, and ilSkillTemplateTreeExplorerGUI.
Referenced by getHTML(), nodeHasVisibleChilds(), and renderChilds().
ilExplorerBaseGUI::getContainerId | ( | ) |
Get container id.
@return |
Definition at line 443 of file class.ilExplorerBaseGUI.php.
Referenced by getHTML(), getOnLoadCode(), and handleCommand().
ilExplorerBaseGUI::getDomNodeIdForNodeId | ( | $a_node_id | ) |
Get DOM node id for node id.
@return |
Definition at line 775 of file class.ilExplorerBaseGUI.php.
Referenced by getNodeToggleOnClick(), getOnLoadCode(), getSelectOnClick(), and listItemStart().
ilExplorerBaseGUI::getHTML | ( | ) |
Get HTML.
Reimplemented in ilTreeExplorerGUI, and ilBookmarkBlockExplorerGUI.
Definition at line 603 of file class.ilExplorerBaseGUI.php.
References $ilCtrl, $tpl, beforeRendering(), getChildsOfNode(), getContainerId(), getNodeId(), getOnLoadCode(), getRootNode(), getSkipRootNode(), init(), isNodeVisible(), listEnd(), listStart(), renderNode(), and sortChilds().
ilExplorerBaseGUI::getId | ( | ) |
Get id of explorer element.
Definition at line 259 of file class.ilExplorerBaseGUI.php.
Referenced by getNodeIdForDomNodeId().
|
static |
Get local path of explorer js.
Definition at line 52 of file class.ilExplorerBaseGUI.php.
References $js_expl_path.
Referenced by ilObjContentObject\getSupplyingExportFiles().
|
static |
Get local path of jsTree js.
Definition at line 60 of file class.ilExplorerBaseGUI.php.
References $js_tree_path.
Referenced by ilObjContentObject\getSupplyingExportFiles().
ilExplorerBaseGUI::getNodeAsync | ( | ) |
Get node asynchronously.
Definition at line 484 of file class.ilExplorerBaseGUI.php.
References $_GET, beforeRendering(), exit, getNodeId(), getNodeIdForDomNodeId(), getRootNode(), and renderChilds().
|
abstract |
Get content of a node.
mixed | $a_node | node array or object |
Reimplemented in ilPersonalSkillExplorerGUI, ilLMTOCExplorerGUI, ilVirtualSkillTreeExplorerGUI, ilPaymentObjectSelector, ilRepositoryExplorerGUI, ilLMExplorerGUI, ilRepositorySelectorExplorerGUI, ilSkillTemplateTreeExplorerGUI, ilAdministrationExplorerGUI, ilTaxonomyExplorerGUI, ilMaterialExplorer, ilPublicSectionExplorerGUI, ilBookmarkExplorerGUI, ilSCORM2004EditorExplorerGUI, ilMediaPoolExplorerGUI, ilOrgUnitExplorerGUI, ilSkillTreeExplorerGUI, and ilMailExplorer.
Referenced by renderNode().
ilExplorerBaseGUI::getNodeHref | ( | $a_node | ) |
Get href for node.
mixed | $a_node | node object/array |
Reimplemented in ilLMTOCExplorerGUI, ilRepositoryExplorerGUI, ilVirtualSkillTreeExplorerGUI, ilRepositorySelectorExplorerGUI, ilSkillTemplateTreeExplorerGUI, ilSkillTreeExplorerGUI, ilPersonalSkillExplorerGUI, ilAdministrationExplorerGUI, ilPaymentObjectSelector, ilLMEditorExplorerGUI, ilSCORM2004EditorExplorerGUI, ilBookmarkExplorerGUI, ilMediaPoolExplorerGUI, ilOrgUnitExplorerGUI, ilTaxonomyExplorerGUI, ilMailExplorer, ilMaterialExplorer, ilPoolSelectorGUI, ilBookmarkBlockExplorerGUI, ilIntLinkRepItemExplorerGUI, ilSkillSelectorGUI, and ilBookmarkMoveExplorerGUI.
Definition at line 127 of file class.ilExplorerBaseGUI.php.
Referenced by renderNode().
ilExplorerBaseGUI::getNodeIcon | ( | $a_node | ) |
Get node icon path.
mixed | $a_node | node object/array |
Reimplemented in ilPersonalSkillExplorerGUI, ilLMTOCExplorerGUI, ilVirtualSkillTreeExplorerGUI, ilRepositoryExplorerGUI, ilSkillTemplateTreeExplorerGUI, ilRepositorySelectorExplorerGUI, ilTaxonomyExplorerGUI, ilSkillTreeExplorerGUI, ilAdministrationExplorerGUI, ilOrgUnitExplorerGUI, ilBookmarkExplorerGUI, ilPublicSectionExplorerGUI, ilSCORM2004EditorExplorerGUI, ilMaterialExplorer, ilMediaPoolExplorerGUI, ilMailExplorer, and ilLMEditorExplorerGUI.
Definition at line 174 of file class.ilExplorerBaseGUI.php.
Referenced by renderNode().
ilExplorerBaseGUI::getNodeIconAlt | ( | $a_node | ) |
Get node icon alt attribute.
mixed | $a_node | node object/array |
Reimplemented in ilLMTOCExplorerGUI, ilTreeExplorerGUI, ilRepositoryExplorerGUI, ilRepositorySelectorExplorerGUI, ilAdministrationExplorerGUI, ilSCORM2004EditorExplorerGUI, ilBookmarkExplorerGUI, ilLMEditorExplorerGUI, and ilMailExplorer.
Definition at line 185 of file class.ilExplorerBaseGUI.php.
Referenced by renderNode().
|
abstract |
Get id of a node.
mixed | $a_node | node array or object |
Reimplemented in ilTreeExplorerGUI, and ilVirtualSkillTreeExplorerGUI.
Referenced by getHTML(), getNodeAsync(), getNodeToggleOnClick(), getOnLoadCode(), getSelectOnClick(), listItemStart(), nodeHasVisibleChilds(), and renderNode().
ilExplorerBaseGUI::getNodeIdForDomNodeId | ( | $a_dom_node_id | ) |
Get node id for dom node id.
@return |
Definition at line 786 of file class.ilExplorerBaseGUI.php.
References getId().
Referenced by closeNode(), getNodeAsync(), and openNode().
ilExplorerBaseGUI::getNodeOnClick | ( | $a_node | ) |
Get node onclick attribute.
mixed | $a_node | node object/array |
Reimplemented in ilTaxonomyExplorerGUI, ilBookmarkBlockExplorerGUI, ilIntLinkRepItemExplorerGUI, and ilLinkTargetObjectExplorerGUI.
Definition at line 207 of file class.ilExplorerBaseGUI.php.
References getSelectOnClick().
Referenced by renderNode().
ilExplorerBaseGUI::getNodeTarget | ( | $a_node | ) |
Get node target (frame) attribute.
mixed | $a_node | node object/array |
Reimplemented in ilBookmarkBlockExplorerGUI.
Definition at line 196 of file class.ilExplorerBaseGUI.php.
Referenced by renderNode().
|
finalprotected |
Get onclick attribute for node toggling.
@return |
Definition at line 346 of file class.ilExplorerBaseGUI.php.
References getDomNodeIdForNodeId(), and getNodeId().
Referenced by ilBookmarkBlockExplorerGUI\getNodeOnClick().
ilExplorerBaseGUI::getOfflineMode | ( | ) |
Get offline mode.
Definition at line 407 of file class.ilExplorerBaseGUI.php.
References $offline_mode.
Referenced by ilLMExplorerGUI\__construct(), ilLMTOCExplorerGUI\__construct(), ilLMExplorerGUI\beforeRendering(), ilLMTOCExplorerGUI\getNodeHref(), ilLMTOCExplorerGUI\getNodeIcon(), getOnLoadCode(), and ilLMTOCExplorerGUI\isNodeClickable().
ilExplorerBaseGUI::getOnLoadCode | ( | ) |
Get on load code.
@return |
Definition at line 517 of file class.ilExplorerBaseGUI.php.
References $ilCtrl, getAjax(), getContainerId(), getDomNodeIdForNodeId(), getNodeId(), getOfflineMode(), and getRootNode().
Referenced by getHTML().
|
abstract |
Get root node.
Please note that the class does not make any requirements how nodes are represented (array or object)
Reimplemented in ilTreeExplorerGUI, ilRepositoryExplorerGUI, ilVirtualSkillTreeExplorerGUI, ilLMTOCExplorerGUI, ilOrgUnitExplorerGUI, and ilSkillTemplateTreeExplorerGUI.
Referenced by getHTML(), getNodeAsync(), and getOnLoadCode().
ilExplorerBaseGUI::getSecondaryHighlightedNodes | ( | ) |
Get secondary (background) highlighted nodes.
Definition at line 321 of file class.ilExplorerBaseGUI.php.
References $sec_highl_nodes.
|
finalprotected |
Get onclick attribute for selecting radio/checkbox.
@return |
Definition at line 358 of file class.ilExplorerBaseGUI.php.
References getDomNodeIdForNodeId(), and getNodeId().
Referenced by getNodeOnClick().
ilExplorerBaseGUI::getSkipRootNode | ( | ) |
Get skip root node.
Definition at line 281 of file class.ilExplorerBaseGUI.php.
References $skip_root_node.
Referenced by getHTML().
ilExplorerBaseGUI::handleCommand | ( | ) |
Handle explorer internal command.
Definition at line 421 of file class.ilExplorerBaseGUI.php.
References $_GET, $cmd, and getContainerId().
|
static |
Init JS.
Definition at line 588 of file class.ilExplorerBaseGUI.php.
References $tpl, and iljQueryUtil\initjQuery().
Referenced by getHTML(), and ilInternalLinkGUI\getInitHTML().
ilExplorerBaseGUI::isNodeClickable | ( | $a_node | ) |
Is node clickable?
mixed | $a_node | node object/array |
Reimplemented in ilRepositoryExplorerGUI, ilRepositorySelectorExplorerGUI, ilAdministrationExplorerGUI, ilLMTOCExplorerGUI, ilVirtualSkillTreeExplorerGUI, ilSkillTreeExplorerGUI, ilOrgUnitExplorerGUI, ilPersonalSkillExplorerGUI, ilPublicSectionExplorerGUI, ilMaterialExplorer, ilSkillSelectorGUI, ilConditionSelector, ilLinkTargetObjectExplorerGUI, and ilPaymentObjectSelector.
Definition at line 244 of file class.ilExplorerBaseGUI.php.
Referenced by renderNode().
ilExplorerBaseGUI::isNodeHighlighted | ( | $a_node | ) |
Is node highlighted?
mixed | $a_node | node object/array |
Reimplemented in ilRepositoryExplorerGUI, ilSkillTemplateTreeExplorerGUI, ilRepositorySelectorExplorerGUI, ilSkillTreeExplorerGUI, ilAdministrationExplorerGUI, ilConditionSelector, ilTaxonomyExplorerGUI, ilLMTOCExplorerGUI, ilLMExplorerGUI, ilSCORM2004EditorExplorerGUI, ilBookmarkExplorerGUI, ilMailExplorer, ilMediaPoolExplorerGUI, ilBookmarkBlockExplorerGUI, and ilBookmarkMoveExplorerGUI.
Definition at line 233 of file class.ilExplorerBaseGUI.php.
Referenced by renderNode().
ilExplorerBaseGUI::isNodeVisible | ( | $a_node | ) |
Is node visible?
mixed | $a_node | node object/array |
Reimplemented in ilLMTOCExplorerGUI, ilRepositoryExplorerGUI, ilRepositorySelectorExplorerGUI, ilAdministrationExplorerGUI, ilPoolSelectorGUI, ilForumMoveTopicsExplorer, and ilConditionSelector.
Definition at line 222 of file class.ilExplorerBaseGUI.php.
Referenced by getHTML(), nodeHasVisibleChilds(), and renderChilds().
ilExplorerBaseGUI::listEnd | ( | $tpl | ) |
List end.
@return |
Definition at line 841 of file class.ilExplorerBaseGUI.php.
References $tpl.
Referenced by getHTML(), and renderChilds().
ilExplorerBaseGUI::listItemEnd | ( | $tpl | ) |
List item end.
@return |
Definition at line 817 of file class.ilExplorerBaseGUI.php.
References $tpl.
Referenced by renderNode().
ilExplorerBaseGUI::listItemStart | ( | $tpl, | |
$a_node | |||
) |
List item start.
@return |
Definition at line 798 of file class.ilExplorerBaseGUI.php.
References $tpl, getAjax(), getDomNodeIdForNodeId(), getNodeId(), and nodeHasVisibleChilds().
Referenced by renderNode().
ilExplorerBaseGUI::listStart | ( | $tpl | ) |
List start.
@return |
Definition at line 829 of file class.ilExplorerBaseGUI.php.
References $tpl.
Referenced by getHTML(), and renderChilds().
ilExplorerBaseGUI::nodeHasVisibleChilds | ( | $a_node | ) |
Node has childs?
Please note that this standard method may not be optimal depending on what a derived class does in isNodeVisible.
@return |
Definition at line 141 of file class.ilExplorerBaseGUI.php.
References getChildsOfNode(), getNodeId(), and isNodeVisible().
Referenced by listItemStart().
ilExplorerBaseGUI::openNode | ( | ) |
Open node.
Definition at line 451 of file class.ilExplorerBaseGUI.php.
References $_GET, $ilLog, exit, and getNodeIdForDomNodeId().
|
final |
Render childs.
@return |
Definition at line 742 of file class.ilExplorerBaseGUI.php.
References $tpl, getChildsOfNode(), isNodeVisible(), listEnd(), listStart(), renderNode(), and sortChilds().
Referenced by getNodeAsync(), and renderNode().
ilExplorerBaseGUI::renderNode | ( | $a_node, | |
$tpl | |||
) |
Render node.
@return |
Definition at line 662 of file class.ilExplorerBaseGUI.php.
References $tpl, getAjax(), getNodeContent(), getNodeHref(), getNodeIcon(), getNodeIconAlt(), getNodeId(), getNodeOnClick(), getNodeTarget(), ilUtil\img(), isNodeClickable(), isNodeHighlighted(), listItemEnd(), listItemStart(), and renderChilds().
Referenced by getHTML(), and renderChilds().
ilExplorerBaseGUI::setAjax | ( | $a_val | ) |
Set ajax.
boolean | $a_val | ajax |
Definition at line 291 of file class.ilExplorerBaseGUI.php.
Referenced by ilMailExplorer\__construct(), ilMediaPoolExplorerGUI\__construct(), ilBookmarkExplorerGUI\__construct(), ilSCORM2004EditorExplorerGUI\__construct(), ilSkillTreeExplorerGUI\__construct(), ilVirtualSkillTreeExplorerGUI\__construct(), ilSkillTemplateTreeExplorerGUI\__construct(), ilAdministrationExplorerGUI\__construct(), ilRepositoryExplorerGUI\__construct(), ilOrgUnitExplorerGUI\__construct(), ilLMExplorerGUI\__construct(), ilConditionSelector\__construct(), ilPoolSelectorGUI\__construct(), ilRepositorySelectorExplorerGUI\__construct(), ilMaterialExplorer\__construct(), and ilLMExplorerGUI\beforeRendering().
ilExplorerBaseGUI::setNodeOpen | ( | $a_id | ) |
Set node to be opened (additional custom opened node, not standard expand behaviour)
@return |
Definition at line 332 of file class.ilExplorerBaseGUI.php.
Referenced by ilLMTableOfContentsExplorerGUI\__construct(), ilPublicSectionExplorerGUI\beforeRendering(), and ilTreeExplorerGUI\setPathOpen().
ilExplorerBaseGUI::setNodeSelected | ( | $a_id | ) |
Set node to be opened (additional custom opened node, not standard expand behaviour)
@return |
Definition at line 384 of file class.ilExplorerBaseGUI.php.
Referenced by ilPublicSectionExplorerGUI\beforeRendering().
ilExplorerBaseGUI::setOfflineMode | ( | $a_val | ) |
Set offline mode.
bool | $a_val | offline mode |
Definition at line 397 of file class.ilExplorerBaseGUI.php.
ilExplorerBaseGUI::setSecondaryHighlightedNodes | ( | $a_val | ) |
Set secondary (background) highlighted nodes.
array | $a_val | array of node ids |
Definition at line 311 of file class.ilExplorerBaseGUI.php.
Referenced by ilLMTOCExplorerGUI\__construct().
ilExplorerBaseGUI::setSelectMode | ( | $a_postvar, | |
$a_multi = false |
|||
) |
Set select mode (to deactivate, pass an empty string as postvar)
string | $a_postvar | variable used for post, a "[]" is added automatically |
boolean | $a_multi | multi select (checkboxes) or not (radio) |
Definition at line 372 of file class.ilExplorerBaseGUI.php.
Referenced by ilForumMoveTopicsExplorer\__construct().
ilExplorerBaseGUI::setSkipRootNode | ( | $a_val | ) |
Set skip root node.
If set to false, the top node will not be displayed.
boolean | $a_val | skip root node |
Definition at line 271 of file class.ilExplorerBaseGUI.php.
Referenced by ilMailExplorer\__construct(), ilMediaPoolExplorerGUI\__construct(), ilSkillTreeExplorerGUI\__construct(), ilSCORM2004EditorExplorerGUI\__construct(), ilSkillSelectorGUI\__construct(), ilBookmarkExplorerGUI\__construct(), ilBookmarkBlockExplorerGUI\__construct(), ilVirtualSkillTreeExplorerGUI\__construct(), ilSkillTemplateTreeExplorerGUI\__construct(), ilRepositoryExplorerGUI\__construct(), ilAdministrationExplorerGUI\__construct(), ilPersonalSkillExplorerGUI\__construct(), ilLMExplorerGUI\__construct(), ilRepositorySelectorExplorerGUI\__construct(), and ilMaterialExplorer\__construct().
ilExplorerBaseGUI::sortChilds | ( | $a_childs, | |
$a_parent_node_id | |||
) |
Sort childs.
array | $a_childs | array of child nodes |
mixed | $a_parent_node | parent node |
Reimplemented in ilRepositoryExplorerGUI, ilRepositorySelectorExplorerGUI, ilAdministrationExplorerGUI, and ilOrgUnitExplorerGUI.
Definition at line 163 of file class.ilExplorerBaseGUI.php.
Referenced by getHTML(), and renderChilds().
|
protected |
Definition at line 21 of file class.ilExplorerBaseGUI.php.
Referenced by getAjax().
|
protected |
Definition at line 22 of file class.ilExplorerBaseGUI.php.
|
staticprotected |
Definition at line 19 of file class.ilExplorerBaseGUI.php.
Referenced by getLocalExplorerJsPath().
|
staticprotected |
Definition at line 18 of file class.ilExplorerBaseGUI.php.
Referenced by getLocalJsTreeJsPath().
|
protected |
Definition at line 25 of file class.ilExplorerBaseGUI.php.
Referenced by getOfflineMode().
|
protected |
Definition at line 26 of file class.ilExplorerBaseGUI.php.
Referenced by getSecondaryHighlightedNodes().
|
protected |
Definition at line 24 of file class.ilExplorerBaseGUI.php.
|
protected |
Definition at line 23 of file class.ilExplorerBaseGUI.php.
|
protected |
Definition at line 20 of file class.ilExplorerBaseGUI.php.
Referenced by getSkipRootNode().