Skip to content

Commit

Permalink
Rephrased linking paragraph for Lifecycle events
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Feb 3, 2014
1 parent 20ba9e0 commit 79e2216
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions book/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1345,8 +1345,10 @@ the current date, only when the entity is first persisted (i.e. inserted):

Now, right before the entity is first persisted, Doctrine will automatically
call this method and the ``createdAt`` field will be set to the current date.
For more information on other lifecycle events and lifecycle callbacks in
general, see Doctrine's `Lifecycle Events documentation`_.

There are several other lifecycle events that you can hook into. For more
information on other lifecycle events and lifecycle callbacks in general, see
Doctrine's `Lifecycle Events documentation`_.

.. sidebar:: Lifecycle Callbacks and Event Listeners

Expand Down

0 comments on commit 79e2216

Please # to comment.