![]() |
TYPO3
7.6
|
Public Member Functions | |
| __construct ($transports=array()) | |
Public Member Functions inherited from Swift_Transport_FailoverTransport | |
| __construct () | |
| send (Swift_Mime_Message $message, &$failedRecipients=null) | |
Public Member Functions inherited from Swift_Transport_LoadBalancedTransport | |
| __construct () | |
| setTransports (array $transports) | |
| getTransports () | |
| isStarted () | |
| start () | |
| stop () | |
| send (Swift_Mime_Message $message, &$failedRecipients=null) | |
| registerPlugin (Swift_Events_EventListener $plugin) | |
Static Public Member Functions | |
| static | newInstance ($transports=array()) |
Additional Inherited Members | |
Protected Member Functions inherited from Swift_Transport_FailoverTransport | |
| _getNextTransport () | |
| _killCurrentTransport () | |
Protected Attributes inherited from Swift_Transport_LoadBalancedTransport | |
| $_transports = array() | |
Contains a list of redundant Transports so when one fails, the next is used.
Definition at line 16 of file FailoverTransport.php.
| __construct | ( | $transports = array() | ) |
Creates a new FailoverTransport with $transports.
| Swift_Transport[] | $transports |
Definition at line 23 of file FailoverTransport.php.
References Swift_DependencyContainer\getInstance(), and Swift_Transport_LoadBalancedTransport\setTransports().
|
static |
Create a new FailoverTransport instance.
| Swift_Transport[] | $transports |
Definition at line 41 of file FailoverTransport.php.
1.8.3