. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } /// Mandatory fields for ticket template class /// since version 0.83 class TicketTemplateMandatoryField extends ITILTemplateMandatoryField { // From CommonDBChild static public $itemtype = 'TicketTemplate'; static public $items_id = 'tickettemplates_id'; static public $itiltype = 'Ticket'; }