[Swift] element index

Package indexes

All elements
a b c d e f g h i k l m n o p r s t v _
_
top
__construct
Ctor.
__construct
Constructor
__construct
Constructor
__construct
Constructor.
__construct
Constructor
__construct
Ctor.
__destruct
Destructor
__toString
PHP's casting conversion
a
top
$address
The e-mail address portion
add
Swift_RecipientList::add() in RecipientList.php
Add a recipient.
addBcc
Swift_RecipientList::addBcc() in RecipientList.php
Add a Bcc: recipient
addCc
Swift_RecipientList::addCc() in RecipientList.php
Add a Cc: recipient
addFailedRecipient
Log a failed recipient.
addTo
Swift_RecipientList::addTo() in RecipientList.php
Add a To: recipient
assertCorrectResponse
Throws an exception if the response code wanted does not match the one returned
attachPlugin
Add a new plugin to Swift
Address.php
Address.php in Address.php
AddressContainer.php
AddressContainer.php in AddressContainer.php
Array.php
Array.php in Array.php
b
top
$bcc
Swift_RecipientList::$bcc in RecipientList.php
The recipients in the Bcc: header
batchSend
Swift::batchSend() in Swift.php
Send a message to a batch of recipients.
build
Swift_Address::build() in Address.php
Build the address the way it should be structured
BatchMailer.php
BatchMailer.php in BatchMailer.php
c
top
$cc
Swift_RecipientList::$cc in RecipientList.php
The recipients in the Cc: header
$connection
Swift::$connection in Swift.php
The connection object currently active
$currentRow
The current row (array) in the resultset.
close
Close the open handle on the file
command
Swift::command() in Swift.php
Execute a command against the service and get the response
connect
Swift::connect() in Swift.php
Attempt to establish a connection with the service
copyMessageHeaders
Takes a temporary copy of original message headers in case an error occurs and they need restoring.
createHandle
Establish an open file handle on the file if the file is not yet opened
ClassLoader.php
ClassLoader.php in ClassLoader.php
d
top
$domain
Swift::$domain in Swift.php
The domain name of this server (should technically be a FQDN)
disconnect
Swift::disconnect() in Swift.php
Disconnect from the MTA
e
top
EOF
Swift_File::EOF() in File.php
Check if the pointer as at the end of the file
VERSION
Swift::VERSION in Swift.php
The version number.
f
top
$failed
Swift_BatchMailer::$failed in BatchMailer.php
Failed recipients (undeliverable)
flush
Swift_RecipientList::flush() in RecipientList.php
Empty the entire list
flushBcc
Swift_RecipientList::flushBcc() in RecipientList.php
Empty all Bcc: addresses
flushCc
Swift_RecipientList::flushCc() in RecipientList.php
Empty all Cc: addresses
flushFailedRecipients
Clear out the list of failed recipients.
flushTo
Swift_RecipientList::flushTo() in RecipientList.php
Empty all To: addresses
forceRestartSwift
Restarts Swift forcibly.
File.php
File.php in File.php
FileException.php
FileException.php in FileException.php
g
top
getAddress
Get the address portion
getArray
Returns the original array.
getBcc
Swift_RecipientList::getBcc() in RecipientList.php
Get an array of addresses in the Bcc: field
getByte
Get a single byte from the file
getCc
Swift_RecipientList::getCc() in RecipientList.php
Get an array of addresses in the Cc: field
getFailedRecipients
Get all recipients which failed in this batch.
getFileName
Get the name of the file without it's full path
getIterator
Get an iterator object for all the recipients in the given field.
getMaxSuccessiveFailures
Get the maximum number of times an error can be thrown and still be hidden.
getMaxTries
Get the number of times a single address will be attempted in a batch.
getName
Get personal name portion
getOptions
Swift::getOptions() in Swift.php
Get the current options set (as bits)
getPath
Get the path to the file
getPlugin
Swift::getPlugin() in Swift.php
Get an attached plugin if it exists
getPosition
Gets the current numeric position within the array.
getPosition
Gets the current numeric position within the array.
getPosition
Get the current list position.
getResultSet
Get the resultset.
getSleepTime
Get the amount of time to sleep for on errors.
getSwift
Get the Swift instance which is running.
getTo
Swift_RecipientList::getTo() in RecipientList.php
Get an array of addresses in the To: field
getValue
Returns the value at the current position, or NULL otherwise.
getValue
Get the value of the list at the current position.
getValue
Returns the value at the current position, or NULL otherwise.
h
top
$handle
The resource returned by fopen() against the path
$headers
Swift_BatchMailer::$headers in BatchMailer.php
A temporary copy of some message headers.
handshake
Swift::handshake() in Swift.php
Have a polite greeting with the server and work out what it's capable of
hasNext
Returns true if there is a value after the current one.
hasNext
Check if there is a value in the list after the current one.
hasNext
Returns true if there is a value after the current one.
hasOption
Swift::hasOption() in Swift.php
Check if an option flag has been set
i
top
$iterators
Swift_RecipientList::$iterators in RecipientList.php
Iterators to use when getting lists back out.
initializeEventListenerContainer
Populate the listeners array with the defined listeners ready for plugins
Iterator.php
Iterator.php in Iterator.php
k
top
$keys
All keys in this array.
l
top
$listeners
Swift::$listeners in Swift.php
Loaded plugins, separated into containers according to roles
$located
Swift_ClassLoader::$located in ClassLoader.php
A list of files already located
length
Get the size of the file in bytes
load
Swift_ClassLoader::load() in ClassLoader.php
Load a new class into memory
m
top
$magic_quotes
The status of magic_quotes in php.ini
$maxFails
Swift_BatchMailer::$maxFails in BatchMailer.php
The maximum number of successive failures before giving up.
$maxTries
Swift_BatchMailer::$maxTries in BatchMailer.php
The maximum number of times a single recipient can be attempted before giving up.
MySQLResult.php
MySQLResult.php in MySQLResult.php
n
top
$name
Swift_Address::$name in Address.php
The personal name part
$name
Swift_File::$name in File.php
The name of the file
$numRows
The total number of rows in the resultset.
ENABLE_LOGGING
Constant to ask Swift to start logging
next
Moves to the next array element if possible.
next
Swift_Iterator::next() in Iterator.php
Move to the next position in the list if possible.
next
Moves to the next array element if possible.
notifyListeners
Send a new type of event to all objects which are listening for it
o
top
$options
Swift::$options in Swift.php
Flags to change the behaviour of Swift
NO_HANDSHAKE
Swift::NO_HANDSHAKE in Swift.php
Constant to tell Swift not to perform the standard SMTP handshake upon connect
NO_POST_CONNECT
Constant to prevent postConnect() being run in the connection
NO_START
Swift::NO_START in Swift.php
Constant to flag Swift not to try and connect upon instantiation
p
top
$path
Swift_File::$path in File.php
The accessible path to the file
$pos
The current array position.
$pos
The current array position.
r
top
$resultSet
The MySQL resource.
read
Swift_File::read() in File.php
Read a given number of bytes from the file
readFull
Get the entire file contents as a string
readln
Read one full line from the file including the line ending
remove
Swift_RecipientList::remove() in RecipientList.php
Remove a recipient.
removeBcc
Remove a Bcc: recipient from the list
removeCc
Swift_RecipientList::removeCc() in RecipientList.php
Remove a Cc: recipient from the list
removePlugin
Remove a plugin attached under the ID of $id
removeTo
Swift_RecipientList::removeTo() in RecipientList.php
Remove a To: recipient from the list
reset
Swift::reset() in Swift.php
Reset a conversation which has gone badly
reset
Reset the file pointer back to zero
restoreMessageHeaders
Restore message headers to original values in the event of a failure.
RecipientList.php
RecipientList.php in RecipientList.php
s
top
$sleepTime
The number of seconds to sleep for if an error occurs.
$swift
Swift_BatchMailer::$swift in BatchMailer.php
The current instance of Swift.
seekTo
Swift_Iterator::seekTo() in Iterator.php
Seek to the given numeric index in the list of possible.
seekTo
Goes directly to the given element in the array if possible.
seekTo
Goes directly to the given element in the array if possible.
send
Swift_BatchMailer::send() in BatchMailer.php
Run a batch send in a fail-safe manner.
send
Swift::send() in Swift.php
Send a message to any number of recipients
setAddress
Set the email address
setConnectionExtensions
Set the extensions which the service reports in the connection object
setDomain
Swift::setDomain() in Swift.php
Set the FQDN of this server as it will identify itself
setIterator
Override the loading of the default iterator (Swift_ArrayIterator) and use the one given here.
setMaxSuccessiveFailures
Set the maximum number of times an error can be thrown in succession and still be hidden.
setMaxTries
Set the maximum number of times a single address is allowed to be retried.
setName
Set the personal name
setOptions
Swift::setOptions() in Swift.php
Adjust the options flags
setPath
Set the path to the file
setSleepTime
Set the amount of time to sleep for if an error occurs.
setSwift
Set the current Swift instance.
Swift
Swift in Swift.php
Swift is the central component in the Swift library.
Swift.php
Swift.php in Swift.php
SWIFT_ABS_PATH
SWIFT_ABS_PATH in ClassLoader.php
Swift_Address
Swift_Address in Address.php
Swift_Address is just a lone e-mail address reprsented as an object
Swift_AddressContainer
Swift_AddressContainer in AddressContainer.php
This is purely here for identify reasons on some subclasses
Swift_BatchMailer
Swift_BatchMailer in BatchMailer.php
Handles batch mailing with Swift Mailer with fail-safe support.
Swift_ClassLoader
Swift_ClassLoader in ClassLoader.php
Locates and includes class files
Swift_File
Swift_File in File.php
Swift File stream abstraction layer
Swift_FileException
Swift_FileException in FileException.php
Swift File Exception
Swift_Iterator
Swift_Iterator in Iterator.php
Swift Iterator Interface Provides the interface for iterators used for retrieving addresses in batch sends.
Swift_Iterator_Array
Swift Array Iterator Interface Iterates over a standard PHP array.
Swift_Iterator_MySQLResult
Swift_Iterator_MySQLResult in MySQLResult.php
Swift Mailer MySQL Resultset Iterator.
Swift_RecipientList
Swift_RecipientList in RecipientList.php
Swift's Recipient List container. Contains To, Cc, Bcc
t
top
$to
Swift_RecipientList::$to in RecipientList.php
The recipients in the To: header
v
top
$values
All values in this array.
a b c d e f g h i k l m n o p r s t v _