icon = Util::getImage('b_props', __('View')); $this->links = array( 'text' => 'sql.php?server=' . $GLOBALS['server'] . '&db=%2$s&table=%1$s&pos=0', 'icon' => 'tbl_structure.php?server=' . $GLOBALS['server'] . '&db=%2$s&table=%1$s', ); $this->classes = 'view'; } /** * Returns the type of the item represented by the node. * * @return string type of the item */ protected function getItemType() { return 'view'; } }