class Illuminate / Mail / Events / MessageSent
You are viewing an older version of the documentation. For the latest, please visit master documentation.

MessageSent

Properties

public

$message Swift_Message

The Swift message instance.

Default: null
public

$data array

The message data.

Default: null

Methods

public

__construct ( $message , $data ) : void

Create a new event instance.

Parameters

  • $message Swift_Message
  • $data array
public

__serialize ( ) : array

Get the serializable representation of the object.

public

__unserialize ( array $data ) : void

Marshal the object from its serialized data.

Parameters

  • $data array