Class Swift_ConfigurableSpool
Base class for Spools (implements time and message limits).
- Swift_ConfigurableSpool implements Swift_Spool
Direct known subclasses
Abstract
Package: Swift
Author: Fabien Potencier
Located at vendors/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
Package: Swift
Author: Fabien Potencier
Located at vendors/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
Methods summary
public
|
|
public
integer
|
|
public
|
|
public
integer
|
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 |
private
mixed
|
$_time_limit |
#
The time limit per flush |