BookingMessageBodyBasedCreator extends BookingMessageCreator
Table of Contents
Methods
- __construct() : mixed
- createMessageOfType() : MessageTemplateBased|MessageBodyBased|null
- setBooking() : static
Methods
__construct()
public
__construct(MessageBodyBased $message) : mixed
Parameters
- $message : MessageBodyBased
createMessageOfType()
public
createMessageOfType(NotificationType $notificationType) : MessageTemplateBased|MessageBodyBased|null
Parameters
- $notificationType : NotificationType
Return values
MessageTemplateBased|MessageBodyBased|nullsetBooking()
public
setBooking(Booking $booking) : static
Parameters
- $booking : Booking