From 44929d53914c27e41f171d24d19549560c9463ab Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Thu, 20 Dec 2007 04:08:25 +0000 Subject: [PATCH] Added note about deprecating methods. --- lib/Doctrine/Record/Abstract.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Doctrine/Record/Abstract.php b/lib/Doctrine/Record/Abstract.php index cac922793..5ca8f9da8 100644 --- a/lib/Doctrine/Record/Abstract.php +++ b/lib/Doctrine/Record/Abstract.php @@ -188,6 +188,8 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access } /** + * DEPRECATED ALSO? - REMOVE SOON + * * ownsOne * binds One-to-One composite relation * @@ -204,6 +206,8 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access } /** + * DEPRECATED - REMOVE SOON + * * ownsMany * binds One-to-Many / Many-to-Many composite relation *