correctedQuery = $correctedQuery; } /** * @return string */ public function getCorrectedQuery() { return $this->correctedQuery; } /** * The corrected query, formatted in HTML. * * @param string $htmlCorrectedQuery */ public function setHtmlCorrectedQuery($htmlCorrectedQuery) { $this->htmlCorrectedQuery = $htmlCorrectedQuery; } /** * @return string */ public function getHtmlCorrectedQuery() { return $this->htmlCorrectedQuery; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SearchSpelling::class, 'Google_Service_CustomSearchAPI_SearchSpelling');