MrdPulled
extends Mailable
in package
Uses
Queueable, SerializesModels
Table of Contents
- $pullfile : mixed
- $type : mixed
- __construct() : void
- Create a new message instance.
- build() : $this
- Build the message.
Properties
$pullfile
private
mixed
$pullfile
$type
private
mixed
$type
Methods
__construct()
Create a new message instance.
public
__construct(mixed $type, mixed $pullfile) : void
Parameters
- $type : mixed
- $pullfile : mixed
Return values
void —build()
Build the message.
public
build() : $this