separator = $GLOBALS['cfg']['NavigationTreeTableSeparator']; $this->separator_depth = (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'; } }