reservation_id = $reservation_id; } /** * @return int */ public function getReservationId(): int { return $this->reservation_id; } }