mediatekformation

RoundRobinTransport
in package
implements TransportInterface

Uses several Transports using a round robin algorithm.

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes, Traits and Enums

TransportInterface
Interface for all mailer transports.

Table of Contents

$cursor  : mixed
$deadTransports  : mixed
$retryPeriod  : mixed
$transports  : mixed
__construct()  : mixed
__toString()  : string
send()  : SentMessage|null
getNameSymbol()  : string
getNextTransport()  : TransportInterface|null
Rotates the transport list around and returns the first instance.
isTransportDead()  : bool
moveCursor()  : int

Properties

Methods

moveCursor()

private moveCursor(int $cursor) : int
Parameters
$cursor : int
Return values
int

Search results