BookingVehicleNotification extends Mailable Uses Queueable, SerializesModels
Table of Contents
- $agency : mixed
- $bookingOtherItems : mixed
- $bookingVehicle : mixed
- $customer : mixed
- $discount : mixed
- $emailsFooter : mixed
- $language : mixed
- $logo4Header : mixed
- $participants : mixed
- $sendPaymentInformation : mixed
- $title4Header : mixed
- __construct() : void
- Create a new message instance.
- build() : $this
- Build the message.
- get() : $this
- Set the subject of the message.
- setUp() : void
- Create a new message instance.
- subject() : $this
- Set the subject of the message.
Properties
$agency
public
mixed
$agency
$bookingOtherItems
public
mixed
$bookingOtherItems
$bookingVehicle
public
mixed
$bookingVehicle
$customer
public
mixed
$customer
$discount
public
mixed
$discount
$emailsFooter
public
mixed
$emailsFooter
$language
public
mixed
$language
$logo4Header
public
mixed
$logo4Header
$participants
public
mixed
$participants
$sendPaymentInformation
public
mixed
$sendPaymentInformation
$title4Header
public
mixed
$title4Header
= ''
Methods
__construct()
Create a new message instance.
public
__construct(BoookingVehicle $bookingVehicle, bool $sendPaymentInformation, Booking $realBooking) : void
Parameters
- $bookingVehicle : BoookingVehicle
-
vehicle to extract info for the message
- $sendPaymentInformation : bool
-
should pament information be sent
- $realBooking : Booking
Return values
void —build()
Build the message.
public
build() : $this
Return values
$this —get()
Set the subject of the message.
public
get(string $subject) : $this
Parameters
- $subject : string
Return values
$this —setUp()
Create a new message instance.
public
setUp() : void
Return values
void —subject()
Set the subject of the message.
public
subject(string $subject) : $this
Parameters
- $subject : string