. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } /// Hidden fields for problem template class /// since version 0.83 class ProblemTemplateHiddenField extends ITILTemplateHiddenField { // From CommonDBChild static public $itemtype = 'ProblemTemplate'; static public $items_id = 'problemtemplates_id'; static public $itiltype = 'Problem'; }