![]() |
TYPO3
7.6
|
Public Member Functions | |
| isStarted () | |
| start () | |
| stop () | |
| queueMessage (Swift_Mime_Message $message) | |
| flushQueue (Swift_Transport $transport, &$failedRecipients=null) | |
Protected Attributes | |
| $messages = array() | |
Stores Messages in memory.
Definition at line 16 of file MemorySpool.php.
| flushQueue | ( | Swift_Transport | $transport, |
| & | $failedRecipients = null |
||
| ) |
Sends messages using the given transport instance.
| Swift_Transport | $transport | A transport instance |
| string[] | $failedRecipients An array of failures by-reference |
Implements Swift_Spool.
Definition at line 67 of file MemorySpool.php.
References Swift_Transport\isStarted(), Swift_Transport\send(), and Swift_Transport\start().
| isStarted | ( | ) |
Tests if this Transport mechanism has started.
Implements Swift_Spool.
Definition at line 25 of file MemorySpool.php.
| queueMessage | ( | Swift_Mime_Message | $message | ) |
Stores a message in the queue.
| Swift_Mime_Message | $message | The message to store |
Implements Swift_Spool.
Definition at line 51 of file MemorySpool.php.
| start | ( | ) |
Starts this Transport mechanism.
Implements Swift_Spool.
Definition at line 33 of file MemorySpool.php.
| stop | ( | ) |
Stops this Transport mechanism.
Implements Swift_Spool.
Definition at line 40 of file MemorySpool.php.
|
protected |
Definition at line 18 of file MemorySpool.php.
1.8.3