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
  • 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_Filterable
  • Swift_ReplacementFilterFactory
  • Swift_Spool
  • Swift_StreamFilter

Exceptions

  • Swift_DependencyException
  • Swift_IoException
  • Swift_RfcComplianceException
  • Swift_SwiftException

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 vendors/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
integer
$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
integer
$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()

Magic methods summary

Properties summary

private mixed $_message_limit
#

The maximum number of messages to send per flush

The maximum number of messages to send per flush

private mixed $_time_limit
#

The time limit per flush

The time limit per flush

Blesta API documentation generated by ApiGen 2.8.0