BookingView
in package
Table of Contents
- generatePriceBreakdown() : mixed
- generatePriceBreakdownArray() : string
- renderCheckInDateWPFormatted() : mixed
- renderCheckOutDateWPFormatted() : mixed
- renderPriceBreakdown() : mixed
- renderTotalPriceHTML() : mixed
Methods
generatePriceBreakdown()
public
static generatePriceBreakdown(Booking $booking) : mixed
Parameters
- $booking : Booking
Return values
mixed —generatePriceBreakdownArray()
public
static generatePriceBreakdownArray(array<string|int, mixed> $priceBreakdown[, array<string|int, mixed> $atts = array() ]) : string
Parameters
- $priceBreakdown : array<string|int, mixed>
- $atts : array<string|int, mixed> = array()
-
Optional.
Tags
Return values
string —renderCheckInDateWPFormatted()
public
static renderCheckInDateWPFormatted(Booking $booking) : mixed
Parameters
- $booking : Booking
Return values
mixed —renderCheckOutDateWPFormatted()
public
static renderCheckOutDateWPFormatted(Booking $booking) : mixed
Parameters
- $booking : Booking
Return values
mixed —renderPriceBreakdown()
public
static renderPriceBreakdown(Booking $booking) : mixed
Parameters
- $booking : Booking
Return values
mixed —renderTotalPriceHTML()
public
static renderTotalPriceHTML(Booking $booking) : mixed
Parameters
- $booking : Booking