Transport
class Transport implements Swift_Transport (View source)
Properties
array | $plugins | The plug-ins registered with the transport. |
Methods
isStarted() {@inheritdoc} | ||
start() {@inheritdoc} | ||
stop() {@inheritdoc} | ||
void | registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. | |
void | beforeSendPerformed(Swift_Mime_Message $message) Iterate through registered plugins and execute plugins' methods. |
Details
isStarted()
{@inheritdoc}
start()
{@inheritdoc}
stop()
{@inheritdoc}
void registerPlugin(Swift_Events_EventListener $plugin)
Register a plug-in with the transport.
protected void beforeSendPerformed(Swift_Mime_Message $message)
Iterate through registered plugins and execute plugins' methods.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.1/Illuminate/Mail/Transport/Transport.html