From bc91e5c0fde68558183ae55e1bf523f2b3757237 Mon Sep 17 00:00:00 2001 From: AmirBehzad Eslami Date: Fri, 6 Jan 2012 01:03:15 +0330 Subject: [PATCH] Separated listings of User.php, Bug.php, and Product.php. Added missed statement to use ArrayCollection in User.php . --- en/tutorials/getting-started-xml-edition.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index 44679c9d1..ae2c97d28 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -100,6 +100,7 @@ following set of classes. Put them into `entities/Bug.php`, .. code-block:: php name = $name; } } + +.. code-block:: php + // User.php class User { protected $id; @@ -210,6 +219,7 @@ with the assumptions about related collections: