class ArrayTransport implements Stringable, TransportInterface (View source)
| protected Collection | $messages | The collection of Symfony Messages. |
| void | __construct()
Create a new array transport instance. | |
| SentMessage|null | send(RawMessage $message, Envelope|null $envelope = null) {@inheritdoc} | |
| Collection | messages()
Retrieve the collection of messages. | |
| Collection | flush()
Clear all of the messages from the local collection. | |
| string | __toString()
Get the string representation of the transport. |
Create a new array transport instance.
{@inheritdoc}
Retrieve the collection of messages.
Clear all of the messages from the local collection.
Get the string representation of the transport.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Mail/Transport/ArrayTransport.html