Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift_Mailer_ArrayRecipientIterator

Interfaces

  • Swift_Mailer_RecipientIterator
  • Overview
  • Package
  • Class
  • Todo
  • Download

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 classes/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
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()
Properties summary
private array $_recipients

The list of recipients.

The list of recipients.

# array()
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen