class MessageSent

Properties

Email $message

Methods

__construct(SentMessage $sent, array $data = [])

Create a new event instance.

array
__serialize()

Get the serializable representation of the object.

__unserialize(array $data)

Marshal the object from its serialized data.

__get(string $key)

Dynamically get the original message.

Details

at line 19
__construct(SentMessage $sent, array $data = [])

Create a new event instance.

Parameters

SentMessage $sent
array $data

at line 28
array __serialize()

Get the serializable representation of the object.

Return Value

array

at line 42
__unserialize(array $data)

Marshal the object from its serialized data.

Parameters

array $data

at line 54
__get(string $key)

Dynamically get the original message.

Parameters

string $key