additionalInfo = $additionalInfo; } /** * @return TextWithTooltip */ public function getAdditionalInfo() { return $this->additionalInfo; } /** * @param string */ public function setAriaLabel($ariaLabel) { $this->ariaLabel = $ariaLabel; } /** * @return string */ public function getAriaLabel() { return $this->ariaLabel; } /** * @param string */ public function setFormatInfo($formatInfo) { $this->formatInfo = $formatInfo; } /** * @return string */ public function getFormatInfo() { return $this->formatInfo; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InputFieldTextInput::class, 'Google_Service_ShoppingContent_InputFieldTextInput');