/var/www/flurhymez/vendor/google/apiclient-services/src/PeopleService
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/PeopleService/SearchResponse.php (1210B)
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');