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 vendors/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
Methods summary
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) |
Magic methods summary
Properties summary
private
array
|
$_recipients |
#
The list of recipients. |