Documentation

Preview extends Mailable
in package
Uses SerializesModels

Table of Contents

$content  : mixed
$data  : mixed
$signature  : mixed
__construct()  : void
Create a new message instance.
build()  : $this
Build the message.

Properties

Methods

__construct()

Create a new message instance.

public __construct([mixed $subject = "Email test" ][, mixed $content = "Email test" ][, mixed $signature = "Undefined" ][, mixed $data = [] ]) : void
Parameters
$subject : mixed = "Email test"
$content : mixed = "Email test"
$signature : mixed = "Undefined"
$data : mixed = []
Return values
void

build()

Build the message.

public build() : $this
Return values
$this

Search results