class LogTransport extends Transport (View source)

Properties

array $plugins

The plug-ins registered with the transport.

from  Transport
protected LoggerInterface $logger

The Logger instance.

Methods

bool
isStarted()

{@inheritdoc}

start()

{@inheritdoc}

stop()

{@inheritdoc}

bool
ping()

{@inheritdoc}

void
registerPlugin(Swift_Events_EventListener $plugin)

Register a plug-in with the transport.

void
beforeSendPerformed(Swift_Mime_SimpleMessage $message)

Iterate through registered plugins and execute plugins' methods.

void
sendPerformed(Swift_Mime_SimpleMessage $message)

Iterate through registered plugins and execute plugins' methods.

int
numberOfRecipients(Swift_Mime_SimpleMessage $message)

Get the number of recipients.

void
__construct(LoggerInterface $logger)

Create a new log transport instance.

int
send(Swift_Mime_SimpleMessage $message, $failedRecipients = null)

{@inheritdoc}

string
getMimeEntityString(Swift_Mime_SimpleMimeEntity $entity)

Get a loggable string out of a Swiftmailer entity.

LoggerInterface
logger()

Get the logger for the LogTransport instance.

Details

bool isStarted()

{@inheritdoc}

Return Value

bool

start()

{@inheritdoc}

stop()

{@inheritdoc}

bool ping()

{@inheritdoc}

Return Value

bool

void registerPlugin(Swift_Events_EventListener $plugin)

Register a plug-in with the transport.

Parameters

Swift_Events_EventListener $plugin

Return Value

void

protected void beforeSendPerformed(Swift_Mime_SimpleMessage $message)

Iterate through registered plugins and execute plugins' methods.

Parameters

Swift_Mime_SimpleMessage $message

Return Value

void

protected void sendPerformed(Swift_Mime_SimpleMessage $message)

Iterate through registered plugins and execute plugins' methods.

Parameters

Swift_Mime_SimpleMessage $message

Return Value

void

protected int numberOfRecipients(Swift_Mime_SimpleMessage $message)

Get the number of recipients.

Parameters

Swift_Mime_SimpleMessage $message

Return Value

int

void __construct(LoggerInterface $logger)

Create a new log transport instance.

Parameters

LoggerInterface $logger

Return Value

void

int send(Swift_Mime_SimpleMessage $message, $failedRecipients = null)

{@inheritdoc}

Parameters

Swift_Mime_SimpleMessage $message
$failedRecipients

Return Value

int

protected string getMimeEntityString(Swift_Mime_SimpleMimeEntity $entity)

Get a loggable string out of a Swiftmailer entity.

Parameters

Swift_Mime_SimpleMimeEntity $entity

Return Value

string

LoggerInterface logger()

Get the logger for the LogTransport instance.

Return Value

LoggerInterface