Swift_PropelSpool is a spool that uses Propel.
Method Summary
-
int
flushQueue($transport, )
Sends messages using the given transport instance.
-
boolean
isStarted()
Tests if this Transport mechanism has started.
-
queueMessage($message)
Stores a message in the queue.
-
start()
Starts this Transport mechanism.
-
stop()
Stops this Transport mechanism.
-
__construct(, , )
Constructor.
Method Details
-
(int) flushQueue ($transport, )
Browse code
| $transport |
A transport instance |
Sends messages using the given transport instance.
returns The number of sent emails
-
(boolean) isStarted ()
Browse code
Tests if this Transport mechanism has started.
-
queueMessage ($message)
Browse code
| $message |
The message to store |
Stores a message in the queue.
-
Starts this Transport mechanism.
-
Stops this Transport mechanism.
-
Constructor.
|