[Swift_Events] element index

Package indexes

All elements
a b c d e f g l m r s _
_
top
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
__construct
Constructor
a
top
addFailedRecipient
Add an email address to the failed recipient list for this send
b
top
beforeCommandSent
Executes just before Swift sends a command
beforeSendPerformed
Executes just before Swift sends a message
BeforeCommandListener.php
BeforeCommandListener.php in BeforeCommandListener.php
BeforeSendListener.php
BeforeSendListener.php in BeforeSendListener.php
c
top
$code
Contains the response code
$code
Contains the expected response code (or null)
$connection
A reference to the connection object
$connection
A reference to the connection object
commandSent
Executes when Swift sends a command
connectPerformed
Executes when Swift initiates a connection
CommandEvent.php
CommandEvent.php in CommandEvent.php
CommandListener.php
CommandListener.php in CommandListener.php
ConnectEvent.php
ConnectEvent.php in ConnectEvent.php
ConnectListener.php
ConnectListener.php in ConnectListener.php
d
top
disconnectPerformed
Executes when Swift closes a connection
DisconnectEvent.php
DisconnectEvent.php in DisconnectEvent.php
DisconnectListener.php
DisconnectListener.php in DisconnectListener.php
e
top
Events.php
Events.php in Events.php
f
top
$failed
Recipients we couldn't send to
g
top
getCode
Get the expected response code
getCode
Get the response code
getConnection
Get the connection object
getConnection
Get the connection object
getFailedRecipients
Get an array of failed recipients for this send
getMap
Get the mapped names (Class => Method(s))
getMessage
Get the message being sent
getNotifyMethod
Get the name of the method which needs running based upon the listener name
getNumSent
Get the total number of addresses to which the email sent successfully
getRecipients
Get the list of recipients
getSender
Get the sender's address
getString
Get the command being sent
getString
Get the received response
getSwift
Get the current instance of swift
l
top
Listener.php
Listener.php in Listener.php
ListenerMapper.php
ListenerMapper.php in ListenerMapper.php
m
top
$message
A reference to the message being sent
r
top
$recipients
A reference to the recipients being sent to
responseReceived
Executes when Swift receives a response
ResponseEvent.php
ResponseEvent.php in ResponseEvent.php
ResponseListener.php
ResponseListener.php in ResponseListener.php
s
top
$sender
A reference to the sender address object
$sent
The number of recipients sent to so
$string
Contains the response received
$string
Contains the command being sent
$swift
Swift_Events::$swift in Events.php
An instance of Swift
sendPerformed
Executes when Swift sends a message
setCode
Set response code
setCode
Set response code which is expected
setNumSent
Set the number of recipients to how many were sent
setString
Set the response received
setString
Set the command being sent (without CRLF)
setSwift
Provide a reference to te currently running Swift this event was generated from
SendEvent.php
SendEvent.php in SendEvent.php
SendListener.php
SendListener.php in SendListener.php
Swift_Events
Swift_Events in Events.php
Provides core functionality for Swift generated events for plugins
Swift_Events_BeforeCommandListener
Swift_Events_BeforeCommandListener in BeforeCommandListener.php
Contains the list of methods a plugin requiring the use of a CommandEvent, before it is sent must implement
Swift_Events_BeforeSendListener
Swift_Events_BeforeSendListener in BeforeSendListener.php
Contains the list of methods a plugin requiring the use of a SendEvent before the message is sent must implement
Swift_Events_CommandEvent
Swift_Events_CommandEvent in CommandEvent.php
Generated when Swift is sending a command
Swift_Events_CommandListener
Swift_Events_CommandListener in CommandListener.php
Contains the list of methods a plugin requiring the use of a CommandEvent must implement
Swift_Events_ConnectEvent
Swift_Events_ConnectEvent in ConnectEvent.php
Generated every time Swift connects with a MTA
Swift_Events_ConnectListener
Swift_Events_ConnectListener in ConnectListener.php
Contains the list of methods a plugin requiring the use of a ConnectEvent must implement
Swift_Events_DisconnectEvent
Swift_Events_DisconnectEvent in DisconnectEvent.php
Generated every time Swift disconnects from a MTA
Swift_Events_DisconnectListener
Swift_Events_DisconnectListener in DisconnectListener.php
Contains the list of methods a plugin requiring the use of a DisconnectEvent must implement
Swift_Events_Listener
Swift_Events_Listener in Listener.php
Used for identity only
Swift_Events_ListenerMapper
Swift_Events_ListenerMapper in ListenerMapper.php
Maps event listener names to the methods they implement
Swift_Events_ResponseEvent
Swift_Events_ResponseEvent in ResponseEvent.php
Generated when Swift receives a server response
Swift_Events_ResponseListener
Swift_Events_ResponseListener in ResponseListener.php
Contains the list of methods a plugin requiring the use of a ResponseEvent must implement
Swift_Events_SendEvent
Swift_Events_SendEvent in SendEvent.php
Generated every time a message is sent with Swift
Swift_Events_SendListener
Swift_Events_SendListener in SendListener.php
Contains the list of methods a plugin requiring the use of a SendEvent must implement
a b c d e f g l m r s _