class MessageSent (View source)

Properties

SentMessage $sent

The message that was sent.

array $data

The message data.

Email $message

Methods

void
__construct(SentMessage $message, array $data = [])

Create a new event instance.

array
__serialize()

Get the serializable representation of the object.

void
__unserialize(array $data)

Marshal the object from its serialized data.

mixed
__get(string $key)

Dynamically get the original message.

Details

void __construct(SentMessage $message, array $data = [])

Create a new event instance.

Parameters

SentMessage $message
array $data

Return Value

void

array __serialize()

Get the serializable representation of the object.

Return Value

array

void __unserialize(array $data)

Marshal the object from its serialized data.

Parameters

array $data

Return Value

void

mixed __get(string $key)

Dynamically get the original message.

Parameters

string $key

Return Value

mixed

Exceptions

Exception