Dumped Contents
In
AccountController.php
line 111:
if($booking !== null) {
dump($booking->getDetails());
return $bookingManager->printBooking($booking);
}
}
array:2 [
0 => array:14 [
"date" => "25/04/2026"
"datetime" => DateTime @1777068000 {#1790
date: 2026-04-25 00:00:00.0 Europe/Zurich (+02:00)
}
"service" => "Traversée vers l'île de Groix"
"departurePier" => "Lorient - La Base"
"departurePierId" => 1
"departureTime" => "09:00"
"arrivalPier" => "Groix"
"arrivalPierId" => 2
"arrivalTime" => "10:00"
"amount" => 39.5
"countpassengers" => 3
"ordernumber" => 3
"passengers" => array:3 [
0 => array:5 [
"fullname" => "PERRON Laurent"
"category" => "Adulte"
"type" => "Individuel"
"price" => 15.0
"seat" => 1
]
1 => array:5 [
"fullname" => "Le Meur Céline"
"category" => "Adulte"
"type" => "Individuel"
"price" => 15.0
"seat" => 1
]
2 => array:5 [
"fullname" => "Perron Klervie"
"category" => "Ado - 12/18ans"
"type" => "Individuel"
"price" => 9.5
"seat" => 1
]
]
"passengerCategories" => array:2 [
"Adulte" => 2
"Ado - 12/18ans" => 1
]
]
1 => array:14 [
"date" => "26/04/2026"
"datetime" => DateTime @1777154400 {#2316
date: 2026-04-26 00:00:00.0 Europe/Zurich (+02:00)
}
"service" => "Traversée vers Port Louis / Lorient La Base"
"departurePier" => "Groix"
"departurePierId" => 2
"departureTime" => "17:45"
"arrivalPier" => "Lorient - La Base"
"arrivalPierId" => 1
"arrivalTime" => "18:30"
"amount" => 39.5
"countpassengers" => 3
"ordernumber" => 3
"passengers" => array:3 [
0 => array:5 [
"fullname" => "PERRON Laurent"
"category" => "Adulte"
"type" => "Individuel"
"price" => 15.0
"seat" => 1
]
1 => array:5 [
"fullname" => "Le Meur Céline"
"category" => "Adulte"
"type" => "Individuel"
"price" => 15.0
"seat" => 1
]
2 => array:5 [
"fullname" => "Perron Klervie"
"category" => "Ado - 12/18ans"
"type" => "Individuel"
"price" => 9.5
"seat" => 1
]
]
"passengerCategories" => array:2 [
"Adulte" => 2
"Ado - 12/18ans" => 1
]
]
]