people = $people; } /** * @return PersonCore[] */ public function getPeople() { return $this->people; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PeoplePromotionCard::class, 'Google_Service_CloudSearch_PeoplePromotionCard');