Class Swift_Mailer_ArrayRecipientIterator
Wraps a standard PHP array in an interator.
- Swift_Mailer_ArrayRecipientIterator implements Swift_Mailer_RecipientIterator
Package: Swift\Mailer
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
public
|
|
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) |
private
array
|
$_recipients
The list of recipients. |
#
array()
|