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