We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2a6c3 commit b70b9adCopy full SHA for b70b9ad
doctrine/events.rst
@@ -7,8 +7,8 @@ Doctrine Events
7
`Doctrine`_, the set of PHP libraries used by Symfony to work with databases,
8
provides a lightweight event system to update entities during the application
9
execution. These events, called `lifecycle events`_, allow to perform tasks such
10
-as _"update the createdAt property automatically just before persisting entities
11
-of this type"_.
+as *"update the createdAt property automatically just before persisting entities
+of this type"*.
12
13
Doctrine triggers events before/after performing the most common entity
14
operations (e.g. ``prePersist/postPersist``, ``preUpdate/postUpdate``) and also
0 commit comments