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
  • Swift_ConfigurableSpool
  • Swift_DependencyContainer
  • Swift_FileSpool
  • Swift_Mailer
  • Swift_MemorySpool
  • Swift_NullTransport
  • Swift_Preferences
  • Swift_SpoolTransport
  • Swift_StreamFilters_ByteArrayReplacementFilter
  • Swift_StreamFilters_StringReplacementFilter
  • Swift_StreamFilters_StringReplacementFilterFactory
  • Swift_Transport_NullTransport
  • Swift_Transport_SpoolTransport
  • Swift_Validate

Interfaces

  • Swift_DependencyException
  • Swift_Filterable
  • Swift_IoException
  • Swift_ReplacementFilterFactory
  • Swift_RfcComplianceException
  • Swift_Spool
  • Swift_StreamFilter
  • Swift_SwiftException
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class Swift_MemorySpool

Stores Messages in memory.

Swift_MemorySpool implements Swift_Spool
Package: Swift
Author: Fabien Potencier
Located at classes/swiftmailer/lib/classes/Swift/MemorySpool.php
Methods summary
public boolean
# isStarted( )

Tests if this Transport mechanism has started.

Tests if this Transport mechanism has started.

Returns

boolean

Implementation of

Swift_Spool::isStarted()
public
# start( )

Starts this Transport mechanism.

Starts this Transport mechanism.

Implementation of

Swift_Spool::start()
public
# stop( )

Stops this Transport mechanism.

Stops this Transport mechanism.

Implementation of

Swift_Spool::stop()
public boolean
# queueMessage( Swift_Mime_Message $message )

Stores a message in the queue.

Stores a message in the queue.

Parameters

$message
The message to store

Returns

boolean
Whether the operation has succeeded

Implementation of

Swift_Spool::queueMessage()
public integer
# flushQueue( Swift_Transport $transport, string[] & $failedRecipients = null )

Sends messages using the given transport instance.

Sends messages using the given transport instance.

Parameters

$transport
A transport instance
$failedRecipients
$failedRecipients An array of failures by-reference

Returns

integer
The number of sent emails

Implementation of

Swift_Spool::flushQueue()
Properties summary
protected array $messages
# array()
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen