. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access directly to this file"); } /// Class DeviceSoundCardModel class DeviceSoundCardModel extends CommonDeviceModel { var $additional_fields_for_dictionnary = ['manufacturer']; static function getTypeName($nb = 0) { return _n('Device sound card model', 'Device sound card models', $nb); } }