Documentation

Swift_Plugins_MessageLogger
in package
implements Swift_Events_SendListener

Stores all sent emails for further usage.

Tags
author

Fabien Potencier

Interfaces, Classes and Traits

Swift_Events_SendListener
Listens for Messages being sent from within the Transport system.

Table of Contents

$messages  : array<string|int, Swift_Mime_SimpleMessage>
__construct()  : mixed
beforeSendPerformed()  : mixed
Invoked immediately before the Message is sent.
clear()  : mixed
Empty the message list.
countMessages()  : int
Get the message count.
getMessages()  : array<string|int, Swift_Mime_SimpleMessage>
Get the message list.
sendPerformed()  : mixed
Invoked immediately after the Message is sent.

Properties

Methods

__construct()

public __construct() : mixed
Return values
mixed

clear()

Empty the message list.

public clear() : mixed
Return values
mixed

countMessages()

Get the message count.

public countMessages() : int
Return values
int

count

Search results