icon = Util::getImage('b_routines', __('Function')); $this->links = array( 'text' => 'db_routines.php?server=' . $GLOBALS['server'] . '&db=%2$s&item_name=%1$s&item_type=FUNCTION' . '&edit_item=1', 'icon' => 'db_routines.php?server=' . $GLOBALS['server'] . '&db=%2$s&item_name=%1$s&item_type=FUNCTION' . '&execute_dialog=1', ); $this->classes = 'function'; } /** * Returns the type of the item represented by the node. * * @return string type of the item */ protected function getItemType() { return 'function'; } }