DoctrineSender
in package
implements
SenderInterface
Tags
Table of Contents
Interfaces
Properties
- $connection : mixed
- $serializer : mixed
Methods
- __construct() : mixed
- send() : Envelope
- Sends the given envelope.
Properties
$connection
private
mixed
$connection
$serializer
private
mixed
$serializer
Methods
__construct()
public
__construct(Connection $connection[, SerializerInterface $serializer = null ]) : mixed
Parameters
- $connection : Connection
- $serializer : SerializerInterface = null
send()
Sends the given envelope.
public
send(Envelope $envelope) : Envelope
Parameters
- $envelope : Envelope