Method |
Description |
|
addReservation ( $add = [] ) |
|
|
deleteReservation ( $reservation_id ) |
|
|
findATable ( $find = [] ) |
|
|
getCount ( $filter = [] ) |
|
|
getList ( $filter = [] ) |
|
|
getLocationTablesByMinCapacity ( $location_id, $guest_num ) |
|
|
getMailData ( $reservation_id ) |
|
|
getReservation ( $reservation_id = FALSE, $customer_id = FALSE ) |
|
|
getReservationDates ( ) |
|
|
getReservations ( ) |
|
|
getReservedTableByDate ( $find = [], $table_id, $group = FALSE ) |
|
|
getTotalCapacityByLocation ( $location_id = FALSE ) |
|
|
getTotalGuestsByLocation ( $location_id = FALSE, $date = FALSE ) |
|
|
getTotalSeats ( $location_id ) |
|
|
sendMail ( $email, $mail_template = [], $mail_data = [] ) |
|
|
updateReservation ( $reservation_id, $update = [] ) |
|
|
validateReservation ( $reservation_id ) |
|
|