separator = $GLOBALS['cfg']['NavigationTreeTableSeparator']; $this->separatorDepth = (int) $GLOBALS['cfg']['NavigationTreeTableLevel']; } /** * Returns the type of the item represented by the node. * * @return string type of the item */ protected function getItemType() { return 'group'; } }