class PackageEntities extends Event (View source)

Properties

protected EntityManagerInterface[] $entityManagers

Methods

$this
addEntityManager(EntityManagerInterface $em)

Add an EntityManagerInterface instance to the list.

EntityManagerInterface[]
getEntityManagers()

Get the EntityManagerInterface instances.

Details

$this addEntityManager(EntityManagerInterface $em)

Add an EntityManagerInterface instance to the list.

Parameters

EntityManagerInterface $em

Return Value

$this

EntityManagerInterface[] getEntityManagers()

Get the EntityManagerInterface instances.

Return Value

EntityManagerInterface[]