AbstractClientMail
extends Mailable
in package
implements
ShouldQueue
Uses
Queueable, SerializesModels
AbstractClientMail
Interfaces, Classes, Traits and Enums
- ShouldQueue
Table of Contents
- $companyName : string
- $email : string
- $firstName : string
- $lastName : string
- $customer : CustomerResource|Customer|stdClass
- __construct() : mixed
- AbstractClientMail
Properties
$companyName
protected
string
$companyName
of the user
protected
string
$email
email of the user
$firstName
protected
string
$firstName
firstname of the user
$lastName
protected
string
$lastName
of the user
$customer read-only
private
CustomerResource|Customer|stdClass
$customer
Methods
__construct()
AbstractClientMail
public
__construct(CustomerResource|stdClass $customer) : mixed
Parameters
- $customer : CustomerResource|stdClass
-
the customer