_type = self::TYPE_COMPANY; $this->_name = I18n::get('Company'); $this->_placeholder = I18n::get('Company name'); $this->_options[self::OPTION_NOAUTOFILL] = self::AUTOFILL_DISABLED; $this->_options[self::OPTION_LIMIT] = self::LIMIT_DEFAULT; } }