XOOPS RMCommon Utilities
2.1.8.91RC
|
Public Member Functions | |
hasNext () | |
nextRecipient () | |
Definition at line 17 of file RecipientIterator.php.
Swift_Mailer_RecipientIterator::hasNext | ( | ) |
Returns true only if there are more recipients to send to.
Implemented in Swift_Mailer_ArrayRecipientIterator.
Swift_Mailer_RecipientIterator::nextRecipient | ( | ) |
Returns an array where the keys are the addresses of recipients and the values are the names. e.g. ('foo' => 'Foo') or ('foo' => NULL)
Implemented in Swift_Mailer_ArrayRecipientIterator.