From 4c16275d23e78d25b7bd223e8de279290f7e3b32 Mon Sep 17 00:00:00 2001 From: Richard Miller Date: Mon, 17 Sep 2012 22:28:27 +0100 Subject: [PATCH] Updated cookbook title to match the usual format and added index entries --- cookbook/doctrine/resolve_target_entity.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cookbook/doctrine/resolve_target_entity.rst b/cookbook/doctrine/resolve_target_entity.rst index 797064178e1..c2b661ae674 100644 --- a/cookbook/doctrine/resolve_target_entity.rst +++ b/cookbook/doctrine/resolve_target_entity.rst @@ -1,5 +1,9 @@ -Defining Relationships with Abstract Classes and Interfaces -=========================================================== +.. index:: + single: Doctrine; Resolving target entities + single: Doctrine; Define relationships with abstract classes and interfaces + +How to Define Relationships with Abstract Classes and Interfaces +================================================================ .. versionadded: 2.1 The ResolveTargetEntityListener is new to Doctrine 2.2, which was first @@ -155,4 +159,4 @@ Final Thoughts With the ``ResolveTargetEntityListener``, you are able to decouple your bundles, keeping them usable by themselves, but still being able to define relationships between different objects. By using this method, -your bundles will end up being easier to maintain independently. \ No newline at end of file +your bundles will end up being easier to maintain independently.