Documentation

Agreement2NewStore extends Mailable Uses Queueable, SerializesModels

Table of Contents

$agreementData  : mixed
$agreementFile  : mixed
$appImage  : mixed
$contractInvoicePdf  : mixed
$lopdFile  : mixed
$title4Header  : mixed
__construct()  : void
Create a new message instance.
build()  : $this
Build the message.
setUp()  : void
Create a new message instance.
subject()  : $this
Set the subject of the message.

Properties

$title4Header

public mixed $title4Header = ''

Methods

__construct()

Create a new message instance.

public __construct(mixed $agreementData, mixed $agreementFile, mixed $lopdFile, mixed $contractInvoicePdf) : void
Parameters
$agreementData : mixed
$agreementFile : mixed
$lopdFile : mixed
$contractInvoicePdf : mixed
Return values
void

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
Return values
$this

Search results