SentMessage
class SentMessage mixin SentMessage
Traits
Methods
Forward a method call to the given object.
Forward a method call to the given object, returning $this if the forwarded call returned itself.
Throw a bad method call exception for the given method.
Create a new SentMessage instance.
Get the underlying Symfony Email instance.
Dynamically pass missing methods to the Symfony instance.
Get the serializable representation of the object.
Marshal the object from its serialized data.
Details
in
ForwardsCalls at line 22
protected mixed
forwardCallTo(mixed $object, string $method, array $parameters)
Forward a method call to the given object.
in
ForwardsCalls at line 52
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.
in
ForwardsCalls at line 66
static protected never
throwBadMethodCallException(string $method)
Throw a bad method call exception for the given method.
at line 21
__construct(SentMessage $sentMessage)
Create a new SentMessage instance.
at line 29
SentMessage
getSymfonySentMessage()
Get the underlying Symfony Email instance.
at line 37
__call(string $method, array $parameters)
Dynamically pass missing methods to the Symfony instance.
at line 45
array
__serialize()
Get the serializable representation of the object.
at line 58
__unserialize(array $data)
Marshal the object from its serialized data.