CheckoutView
in package

Tags
since
3.8

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
since
3.8
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
since
3.8
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
since
3.8
Return values
mixed

renderGuests()

public static renderGuests(ReservedRoom $reservedRoom, int $roomIndex, RoomType $roomType) : mixed
Parameters
$reservedRoom : ReservedRoom
$roomIndex : int
$roomType : RoomType
Tags
since
3.8
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
since
3.8
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
since
3.8
Return values
mixed

renderRoomTitle()

public static renderRoomTitle(ReservedRoom $reservedRoom) : mixed
Parameters
$reservedRoom : ReservedRoom
Tags
since
3.8
Return values
mixed

renderServices()

public static renderServices(ReservedRoom $reservedRoom) : mixed
Parameters
$reservedRoom : ReservedRoom
Tags
since
3.8
Return values
mixed

Search results