DoctrineTransactionMiddleware
extends AbstractDoctrineMiddleware
in package
Wraps all handlers in a single doctrine transaction.
Tags
Table of Contents
Methods
Methods
handleForManager()
protected
handleForManager(EntityManagerInterface $entityManager, Envelope $envelope, StackInterface $stack) : Envelope
Parameters
- $entityManager : EntityManagerInterface
- $envelope : Envelope
- $stack : StackInterface