1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Merge pull request #121 from frosas/document-pre-and-post-flush-events

Remove "before the lists of scheduled changes are cleared"
This commit is contained in:
Benjamin Eberlei 2012-11-24 02:24:57 -08:00
commit 52bc9a82ef

View File

@ -511,8 +511,7 @@ The following restrictions apply to the onFlush event:
postFlush
~~~~~~~~~
``postFlush`` is called at the end of ``EntityManager#flush()`` before the
lists of scheduled changes are cleared. ``EntityManager#flush()`` can be
``postFlush`` is called at the end of ``EntityManager#flush()``. ``EntityManager#flush()`` can be
called safely inside its listeners.
.. code-block:: php