class MessageSent (View source)
| SentMessage | $sent | The message that was sent. | |
| array | $data | The message data. | |
| $message |
| 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. |
Create a new event instance.
Get the serializable representation of the object.
Marshal the object from its serialized data.
Dynamically get the original message.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Mail/Events/MessageSent.html