XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
Swift_Mailer_RecipientIterator Interface Reference
Inheritance diagram for Swift_Mailer_RecipientIterator:
Inheritance graph

Public Member Functions

 hasNext ()
 
 nextRecipient ()
 

Detailed Description

Definition at line 17 of file RecipientIterator.php.

Member Function Documentation

Swift_Mailer_RecipientIterator::hasNext ( )

Returns true only if there are more recipients to send to.

Returns
boolean

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)

Returns
array

Implemented in Swift_Mailer_ArrayRecipientIterator.


The documentation for this interface was generated from the following file: