. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } /// Class PhoneModel class PhoneModel extends CommonDropdown { public $additional_fields_for_dictionnary = ['manufacturer']; static function getTypeName($nb = 0) { return _n('Phone model', 'Phone models', $nb); } static function getFieldLabel() { return _n('Model', 'Models', 1); } }