Ejemplo n.º 1
0
 static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtemplate = 0)
 {
     switch ($tabnum) {
         case 1:
             $item->showFormTestMail();
             break;
     }
     return true;
 }