Documentation

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

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
Return values
Envelope

Search results