Commit 44929d53 authored by Jonathan.Wage's avatar Jonathan.Wage

Added note about deprecating methods.

parent b438827d
...@@ -188,6 +188,8 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access ...@@ -188,6 +188,8 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
} }
/** /**
* DEPRECATED ALSO? - REMOVE SOON
*
* ownsOne * ownsOne
* binds One-to-One composite relation * binds One-to-One composite relation
* *
...@@ -204,6 +206,8 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access ...@@ -204,6 +206,8 @@ abstract class Doctrine_Record_Abstract extends Doctrine_Access
} }
/** /**
* DEPRECATED - REMOVE SOON
*
* ownsMany * ownsMany
* binds One-to-Many / Many-to-Many composite relation * binds One-to-Many / Many-to-Many composite relation
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment