PasswordChanged extends Mailable Uses Queueable, SerializesModels
Table of Contents
- $emailsFooter : mixed
- $logo4Header : mixed
- $password : mixed
- $title4Header : mixed
- $user : 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
$emailsFooter
public
mixed
$emailsFooter
$logo4Header
public
mixed
$logo4Header
= ''
$password
public
mixed
$password
$title4Header
public
mixed
$title4Header
= ''
$user
public
mixed
$user
Methods
__construct()
Create a new message instance.
public
__construct(User $user, mixed $password) : void
Parameters
- $user : User
- $password : mixed
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