bookingIds = $bookingIds; } /** * @return array */ public function getBookingIds(): array { return $this->bookingIds; } }