![]() |
TYPO3
7.6
|
Public Member Functions | |
| setMessageLimit ($limit) | |
| getMessageLimit () | |
| setTimeLimit ($limit) | |
| getTimeLimit () | |
Public Member Functions inherited from Swift_Spool | |
| start () | |
| stop () | |
| isStarted () | |
| queueMessage (Swift_Mime_Message $message) | |
| flushQueue (Swift_Transport $transport, &$failedRecipients=null) | |
Private Attributes | |
| $_message_limit | |
| $_time_limit | |
Base class for Spools (implements time and message limits).
Definition at line 16 of file ConfigurableSpool.php.
| getMessageLimit | ( | ) |
Gets the maximum number of messages to send per flush.
Definition at line 39 of file ConfigurableSpool.php.
References $_message_limit.
Referenced by Swift_FileSpool\flushQueue().
| getTimeLimit | ( | ) |
Gets the time limit (in seconds) per flush.
Definition at line 59 of file ConfigurableSpool.php.
References $_time_limit.
Referenced by Swift_FileSpool\flushQueue().
| setMessageLimit | ( | $limit | ) |
Sets the maximum number of messages to send per flush.
| int | $limit |
Definition at line 29 of file ConfigurableSpool.php.
| setTimeLimit | ( | $limit | ) |
Sets the time limit (in seconds) per flush.
| int | $limit | The limit |
Definition at line 49 of file ConfigurableSpool.php.
|
private |
The maximum number of messages to send per flush
Definition at line 19 of file ConfigurableSpool.php.
Referenced by getMessageLimit().
|
private |
The time limit per flush
Definition at line 22 of file ConfigurableSpool.php.
Referenced by getTimeLimit().
1.8.3