displayTabContentForItem() static public method

static public displayTabContentForItem ( CommonGLPI $item, $tabnum = 1, $withtemplate )
$item CommonGLPI
コード例 #1
0
 static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtemplate = 0)
 {
     if ($item->getType() == 'TicketTemplate') {
         self::showForTicketTemplate($item, $withtemplate);
     }
     return parent::displayTabContentForItem($item, $tabnum, $withtemplate);
 }