4 include_once(
"Services/UIComponent/Explorer2/classes/class.ilExplorerBaseGUI.php");
22 protected $id =
"ksDocumentationExplorer";
48 $this->ctrl = $DIC->ctrl();
52 $this->
setParentLink($this->ctrl->getLinkTargetByClass([
"ilAdministrationGUI",
"ilObjStyleSettingsGUI",
"ilSystemStyleMainGUI",
"ilSystemStyleDocumentationGUI"],
"entries"));
76 $parent_id = $this->
getEntries()->getEntryById(
$id)->getParent();
98 $entry = $this->
getEntries()->getEntryById($a_parent_node_id);
104 foreach ($entry->getChildren() as $child_id) {
105 $children[$child_id] = $this->
getEntries()->getEntryById($child_id);
117 return $this->
getEntries()->getEntryById($a_entry_id);
126 return $entry->getTitle();
135 return $this->
getParentLink() .
"&node_id=" . $entry->getId();
152 return $entry->getId();
__construct()
ilKSDocumentationExplorerGUI constructor.
setOfflineMode($a_val)
Set offline mode.
setCurrentOpenedNodeId($current_opened_node_id)
setParentLink($parentLink)
isNodeHighlighted($entry)
setNodeOpen($a_id)
Set node to be opened (additional custom opened node, not standard expand behaviour) ...
openNodesRecursively($id)
getRootNode()
Get root node.
__construct(Container $dic, ilPlugin $plugin)
getChildsOfNode($a_parent_node_id)
Get childs of node.