Documentation

Mailable extends Mailable

Table of Contents

$logo4Header  : mixed
$title4Header  : mixed
get()  : $this
Set the subject of the message.
setUp()  : void
Create a new message instance.
subject()  : $this
Set the subject of the message.

Properties

$logo4Header

public mixed $logo4Header = ''

$title4Header

public mixed $title4Header = ''

Methods

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

Search results