milestone = $milestone; $this->rewardIds = $rewardIds; } /** * @return Milestone */ public function getMilestone(): Milestone { return $this->milestone; } /** * @return array */ public function getRewardIds(): array { return $this->rewardIds; } }