Method | Description | |
---|---|---|
__construct ( array $recipients ) | Create a new ArrayRecipientIterator from $recipients. | |
hasNext ( ) : boolean | Returns true only if there are more recipients to send to. | |
nextRecipient ( ) : array | 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). |
public __construct ( array $recipients ) | ||
$recipients | array |
public nextRecipient ( ) : array | ||
return | array |