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_ConfigurableSpool

Base class for Spools (implements time and message limits).

Swift_ConfigurableSpool implements Swift_Spool

Direct known subclasses

Swift_FileSpool
Abstract
Package: Swift
Author: Fabien Potencier
Located at classes/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
Methods summary
public
# setMessageLimit( integer $limit )

Sets the maximum number of messages to send per flush.

Sets the maximum number of messages to send per flush.

Parameters

$limit
The limit
public integer
# getMessageLimit( )

Gets the maximum number of messages to send per flush.

Gets the maximum number of messages to send per flush.

Returns

integer
The limit
public
# setTimeLimit( integer $limit )

Sets the time limit (in seconds) per flush.

Sets the time limit (in seconds) per flush.

Parameters

$limit
The limit
public integer
# getTimeLimit( )

Gets the time limit (in seconds) per flush.

Gets the time limit (in seconds) per flush.

Returns

integer
The limit
Methods inherited from Swift_Spool
flushQueue(), isStarted(), queueMessage(), start(), stop()
Properties summary
private $_message_limit

The maximum number of messages to send per flush

The maximum number of messages to send per flush

#
private $_time_limit

The time limit per flush

The time limit per flush

#
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen