1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Update events.rst

https://github.com/doctrine/doctrine2/pull/169
This commit is contained in:
alexndlm 2016-10-05 14:16:47 +03:00 committed by GitHub
parent cd11723e63
commit fc81760b54

View File

@ -179,7 +179,7 @@ the life-time of their registered entities.
allows providing fallback metadata even when no actual metadata exists allows providing fallback metadata even when no actual metadata exists
or could be found. This event is not a lifecycle callback. or could be found. This event is not a lifecycle callback.
- preFlush - The preFlush event occurs at the very beginning of a flush - preFlush - The preFlush event occurs at the very beginning of a flush
operation. This event is not a lifecycle callback. operation.
- onFlush - The onFlush event occurs after the change-sets of all - onFlush - The onFlush event occurs after the change-sets of all
managed entities are computed. This event is not a lifecycle managed entities are computed. This event is not a lifecycle
callback. callback.