From 79e2216b4005e85b9c53925312f07471c1dce621 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Mon, 3 Feb 2014 16:37:33 +0100 Subject: [PATCH] Rephrased linking paragraph for Lifecycle events --- book/doctrine.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/book/doctrine.rst b/book/doctrine.rst index 1967b2f5d62..aac54db9963 100644 --- a/book/doctrine.rst +++ b/book/doctrine.rst @@ -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