class Mailable extends Mailable

Generic mailable class.

Adapted from october\rain\mail\Mailable

Traits

Queueable
SerializesModels

Methods

$this
build()

Build the message.

array
buildViewData()

Build the view data for the message.

$this
withSerializedData(array $data)

Set serialized view data for the message.

$this
buildSubject(Message $message)

Set the subject for the message.

Details

at line 23
$this build()

Build the message.

Return Value

$this

at line 33
array buildViewData()

Build the view data for the message.

Return Value

array

at line 50
$this withSerializedData(array $data)

Set serialized view data for the message.

Parameters

array $data

Return Value

$this

at line 72
protected $this buildSubject(Message $message)

Set the subject for the message.

Parameters

Message $message

Return Value

$this