. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } /// Class DeviceMemoryType class DeviceMemoryType extends CommonDeviceType { static function getTypeName($nb = 0) { return _n('Memory type', 'Memory types', $nb); } }