1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Added note about deprecating methods.

This commit is contained in:
Jonathan.Wage 2007-12-20 04:08:25 +00:00
parent b438827d90
commit 44929d5391

View File

@ -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
*