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