BookingDocuments extends Mailable Uses Queueable, SerializesModels
Table of Contents
- $agency : mixed
- $attachedFiles : mixed
- $booking : mixed
- $bookingVehicle : mixed
- $customer : mixed
- $emailsFooter : mixed
- $language : mixed
- $logo4Header : mixed
- $participants : mixed
- $title4Header : mixed
- __construct() : mixed
- Create a new message instance.
- attachments() : array<int, Attachment>
- Get the attachments for the message.
- content() : Content
- Get the message content definition.
- envelope() : Envelope
- Get the message envelope.
Properties
$agency
public
mixed
$agency
$attachedFiles
public
mixed
$attachedFiles
$booking
public
mixed
$booking
$bookingVehicle
public
mixed
$bookingVehicle
$customer
public
mixed
$customer
$emailsFooter
public
mixed
$emailsFooter
$language
public
mixed
$language
$logo4Header
public
mixed
$logo4Header
$participants
public
mixed
$participants
$title4Header
public
mixed
$title4Header
Methods
__construct()
Create a new message instance.
public
__construct(mixed $agency, Booking $booking, array<string|int, mixed> $types[, string $title = 'finishRental' ]) : mixed
Parameters
- $agency : mixed
- $booking : Booking
- $types : array<string|int, mixed>
- $title : string = 'finishRental'
Return values
mixed —attachments()
Get the attachments for the message.
public
attachments() : array<int, Attachment>
Return values
array<int, Attachment> —content()
Get the message content definition.
public
content() : Content
Return values
Content —envelope()
Get the message envelope.
public
envelope() : Envelope