realParent()->real_name; $item = $this->real_name; $ret = '' . '' . PMA_Util::getImage('lightbulb_off', __('Hide')) . ''; } return $ret; } /** * Returns the type of the item reprsented by the node. * * @return string type of the item */ protected abstract function getItemType(); } ?>