class
Illuminate
/
Mail
/
SentMessage
SentMessage
Uses
Properties
protected
$sentMessage Symfony\...\SentMessage
The Symfony SentMessage instance.
Default: null
Methods
public
__construct ( Symfony\...\SentMessage $sentMessage ) : void
Create a new SentMessage instance.
Parameters
- $sentMessage Symfony\...\SentMessage
public
getSymfonySentMessage ( ) : Symfony\...\SentMessage
Get the underlying Symfony Email instance.
public
__call ( $method , $parameters ) : mixed
Dynamically pass missing methods to the Symfony instance.
Parameters
- $method string
- $parameters 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