results = $results; } /** * @return SearchResult[] */ public function getResults() { return $this->results; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SearchResponse::class, 'Google_Service_PeopleService_SearchResponse');