/var/www/flurhymez/vendor/google/apiclient-services/src/PeopleService
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/PeopleService/SearchResult.php (1130B)
person = $person;
}
/**
* @return Person
*/
public function getPerson()
{
return $this->person;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SearchResult::class, 'Google_Service_PeopleService_SearchResult');