MessageSent
class MessageSent
Properties
| $message |
Methods
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.
at line 28
array
__serialize()
Get the serializable representation of the object.
at line 42
__unserialize(array $data)
Marshal the object from its serialized data.
at line 54
__get(string $key)
Dynamically get the original message.