Doctrine


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

Provides event arguments for the preFlush event.

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 Summary

OnFlushEventArgs(mixed em)

Method Summary
EntityManager

getEntityManager()

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()


Doctrine