ORMPurgerInterface
extends
PurgerInterface
in
ORMPurgerInterface
Table of Contents
- purge() : void
- Purge the data from the database for the given EntityManager.
- setEntityManager() : void
- Set the EntityManagerInterface instance this purger instance should use.
Methods
purge()
Purge the data from the database for the given EntityManager.
public
purge() : void
Return values
void —setEntityManager()
Set the EntityManagerInterface instance this purger instance should use.
public
setEntityManager(EntityManagerInterface $em) : void
Parameters
- $em : EntityManagerInterface