Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • components
        • events
          • default
      • controllers
      • models
    • components
      • auth
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • exchange
        • rates
          • foxrate
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
      • json
      • modules
      • net
        • http
        • net
          • amazon
            • s3
          • geo
            • ip
      • plugins
      • recaptcha
      • security
      • session
        • cart
      • settingscollection
      • upgrades
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
  • com
    • tecnick
      • tcpdf
        • blesta
          • components
            • invoice
              • templates
                • quickbooks
                  • invoice
                • templates
                  • default
  • Crypt
    • AES
    • DES
    • Hash
    • Random
    • RC4
    • Rijndael
    • RSA
    • TerraDES
  • File
    • ANSI
    • ASN1
    • X509
  • Math
    • BigInteger
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • html
      • xml
    • lib
  • Net
    • SFTP
    • SSH1
    • SSH2
  • None
  • PHP
  • PHPMailer
  • Services
    • JSON
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift_Mailer_ArrayRecipientIterator

Interfaces

  • Swift_Mailer_RecipientIterator

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

Methods summary

public
# __construct( array $recipients )

Create a new ArrayRecipientIterator from $recipients.

Create a new ArrayRecipientIterator from $recipients.

Parameters

$recipients
array
$recipients
public boolean
# hasNext( )

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

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

Returns

boolean

Implementation of

Swift_Mailer_RecipientIterator::hasNext()
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)

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)

Returns

array

Implementation of

Swift_Mailer_RecipientIterator::nextRecipient()

Magic methods summary

Properties summary

private array $_recipients
#

The list of recipients.

The list of recipients.

Blesta API documentation generated by ApiGen 2.8.0