summit_id = $summit_id; $this->tickets_to_return = $tickets_to_return; $this->promo_codes_to_return = $promo_codes_to_return; } /** * @return array */ public function getTicketsToReturn(): array { return $this->tickets_to_return; } /** * @return array */ public function getPromoCodesToReturn(): array { return $this->promo_codes_to_return; } /** * @return int */ public function getSummitId(): int { return $this->summit_id; } }