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