Ejemplo n.º 1
0
 public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
 {
     if ($item->getType() == 'Profile') {
         return PluginConsumablesMenu::getMenuName(2);
     }
     return '';
 }