ArrayTransport (Mail\Transport)

ArrayTransport

class ArrayTransport extends Transport (View source)

Properties

array $plugins The plug-ins registered with the transport. from Transport

Methods

isStarted()

{@inheritdoc}

from Transport
start()

{@inheritdoc}

from Transport
stop()

{@inheritdoc}

from Transport
void registerPlugin(Swift_Events_EventListener $plugin)

Register a plug-in with the transport.

from Transport
void __construct()

Create a new array transport instance.

send(Swift_Mime_Message $message, $failedRecipients = null)

{@inheritdoc}

Collection messages()

Retrieve the collection of messages.

void flush()

Clear all of the messages from the local collection.

Details

isStarted()

{@inheritdoc}

start()

{@inheritdoc}

stop()

{@inheritdoc}

void registerPlugin(Swift_Events_EventListener $plugin)

Register a plug-in with the transport.

Parameters

Swift_Events_EventListener $plugin

Return Value

void

void __construct()

Create a new array transport instance.

Return Value

void

send(Swift_Mime_Message $message, $failedRecipients = null)

{@inheritdoc}

Parameters

Swift_Mime_Message $message
$failedRecipients

Collection messages()

Retrieve the collection of messages.

Return Value

Collection

void flush()

Clear all of the messages from the local collection.

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Mail/Transport/ArrayTransport.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部