On this page
SentMessage
class SentMessage mixin SentMessage (View source)
Traits
Properties
protected SentMessage | $sentMessage | The Symfony SentMessage instance. |
Methods
mixed | forwardCallTo(mixed $object, string $method, array $parameters) Forward a method call to the given object. |
from ForwardsCalls |
mixed | forwardDecoratedCallTo(mixed $object, string $method, array $parameters) Forward a method call to the given object, returning $this if the forwarded call returned itself. |
from ForwardsCalls |
static void | throwBadMethodCallException(string $method) Throw a bad method call exception for the given method. |
from ForwardsCalls |
void | __construct(SentMessage $sentMessage) Create a new SentMessage instance. |
|
SentMessage | getSymfonySentMessage() Get the underlying Symfony Email instance. |
|
mixed | __call(string $method, array $parameters) Dynamically pass missing methods to the Symfony instance. |
Details
protected mixed forwardCallTo(mixed $object, string $method, array $parameters)
Forward a method call to the given object.
protected mixed forwardDecoratedCallTo(mixed $object, string $method, array $parameters)
Forward a method call to the given object, returning $this if the forwarded call returned itself.
static protected void throwBadMethodCallException(string $method)
Throw a bad method call exception for the given method.
void __construct(SentMessage $sentMessage)
Create a new SentMessage instance.
SentMessage getSymfonySentMessage()
Get the underlying Symfony Email instance.
mixed __call(string $method, array $parameters)
Dynamically pass missing methods to the Symfony instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Mail/SentMessage.html