Метод |
Описание |
|
__construct ( Swift_Events_EventDispatcher $eventDispatcher, Swift_Spool $spool = null ) |
Constructor. |
|
getSpool ( ) : Swift_Spool |
Get the spool object. |
|
isStarted ( ) : boolean |
Tests if this Transport mechanism has started. |
|
registerPlugin ( Swift_Events_EventListener $plugin ) |
Register a plugin. |
|
send ( Swift_Mime_Message $message, string[] &$failedRecipients = null ) : integer |
Sends the given message. |
|
setSpool ( Swift_Spool $spool ) : Swift_Transport_SpoolTransport |
Sets the spool object. |
|
start ( ) |
Starts this Transport mechanism. |
|
stop ( ) |
Stops this Transport mechanism. |
|