Interface Swift_Mailer_RecipientIterator
Provides an abstract way of specifying recipients for batch sending.
Direct known implementers
Swift_Mailer_ArrayRecipientIterator
Package: Swift\Mailer
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php
public
boolean
|
|
public
array
|
#
nextRecipient( )
Returns an array where the keys are the addresses of recipients and the values are the names. e.g. ('foo@bar' => 'Foo') or ('foo@bar' => NULL) |