. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } /// Class NetworkEquipementType class NetworkEquipmentType extends CommonDropdown { static function getTypeName($nb = 0) { return _n('Networking equipment type', 'Networking equipment types', $nb); } static function getFieldLabel() { return _n('Type', 'Types', 1); } }