CheckoutView
in package
Tags
Table of Contents
- renderAccommodations() : mixed
- renderBookedDetails() : mixed
- renderBookingDetails() : mixed
- renderGuests() : mixed
- renderRate() : mixed
- renderReservations() : mixed
- renderRoomTitle() : mixed
- renderServices() : mixed
Methods
renderAccommodations()
public
static renderAccommodations(Booking $booking, array<string|int, mixed> $rooms) : mixed
Parameters
- $booking : Booking
- $rooms : array<string|int, mixed>
-
Array of [room_id, room_type_id, rate_id, allowed_rates, adults, children].
Tags
Return values
mixed —renderBookedDetails()
public
static renderBookedDetails(Booking $booking, array<string|int, mixed> $rooms) : mixed
Parameters
- $booking : Booking
- $rooms : array<string|int, mixed>
-
Array of [room_id, room_type_id, ...].
Tags
Return values
mixed —renderBookingDetails()
public
static renderBookingDetails(Booking $booking, array<string|int, mixed> $rooms) : mixed
Parameters
- $booking : Booking
- $rooms : array<string|int, mixed>
-
Array of [room_id, room_type_id, rate_id, allowed_rates, adults, children].
Tags
Return values
mixed —renderGuests()
public
static renderGuests(ReservedRoom $reservedRoom, int $roomIndex, RoomType $roomType) : mixed
Parameters
- $reservedRoom : ReservedRoom
- $roomIndex : int
- $roomType : RoomType
Tags
Return values
mixed —renderRate()
public
static renderRate(ReservedRoom $reservedRoom, int $roomIndex, RoomType $roomType, Booking $booking) : mixed
Parameters
- $reservedRoom : ReservedRoom
- $roomIndex : int
- $roomType : RoomType
- $booking : Booking
Tags
Return values
mixed —renderReservations()
public
static renderReservations(Booking $booking, array<string|int, mixed> $rooms) : mixed
Parameters
- $booking : Booking
- $rooms : array<string|int, mixed>
-
Array of [room_id, room_type_id, ...].
Tags
Return values
mixed —renderRoomTitle()
public
static renderRoomTitle(ReservedRoom $reservedRoom) : mixed
Parameters
- $reservedRoom : ReservedRoom
Tags
Return values
mixed —renderServices()
public
static renderServices(ReservedRoom $reservedRoom) : mixed
Parameters
- $reservedRoom : ReservedRoom