AjaxApi
Interfaces, Classes and Traits
- AbstractAjaxApiAction
- Any action must not contain any business logic! It just validate request data, directs validated request to the Core API, gets result and send response.
- GetAdminCalendarBookingInfo
- Any action must not contain any business logic! It just validate request data, directs validated request to the Core API, gets result and send response.
- GetRoomTypeAvailabilityData
- Any action must not contain any business logic! It just validate request data, directs validated request to the Core API, gets result and send response.
- GetRoomTypeCalendarData
- Any action must not contain any business logic! It just validate request data, directs validated request to the Core API, gets result and send response.
- AjaxApiHandler