1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Mention flush cannot be called inside postFlush

This commit is contained in:
Benjamin Eberlei 2013-03-12 18:50:45 +01:00
parent 905c0b9d91
commit b6c3fc5b1a

View File

@ -535,8 +535,8 @@ The following restrictions apply to the onFlush event:
postFlush
~~~~~~~~~
``postFlush`` is called at the end of ``EntityManager#flush()``. ``EntityManager#flush()`` can be
called safely inside its listeners.
``postFlush`` is called at the end of ``EntityManager#flush()``.
``EntityManager#flush()`` can **NOT** be called safely inside its listeners.
.. code-block:: php