Beispiel #1
0
 static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtemplate = 0)
 {
     switch ($item->getType()) {
         case 'Change':
             self::showForChange($item);
             break;
         default:
             Change::showListForItem($item);
     }
     return true;
 }