Doctrine\ORM\Event\OnFlushEventArgs
/Doctrine/ORM/Event/OnFlushEventArgs.php at line 34
Class OnFlushEventArgs
Class:OnFlushEventArgs - Superclass: Doctrine
Doctrine
⌊ OnFlushEventArgs
public class OnFlushEventArgs
extends Doctrine
- License:
- http://www.opensource.org/licenses/lgpl-license.php LGPL
- See Also:
www.doctrine-project.com
- Since:
- 2.0
- Version:
- $Revision$
- Author:
- Roman Borschel
- Benjamin Eberlei
Constructor Detail
/Doctrine/ORM/Event/OnFlushEventArgs.php at line 44
OnFlushEventArgs
public OnFlushEventArgs(mixed em)
Method Detail
/Doctrine/ORM/Event/OnFlushEventArgs.php at line 52
getEntityManager
public EntityManager getEntityManager()
Provides event arguments for the preFlush event.