correctedQuery = $correctedQuery; } /** * @return string */ public function getCorrectedQuery() { return $this->correctedQuery; } /** * @param string */ 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');