Added note about deprecating methods.
This commit is contained in:
parent
b438827d90
commit
44929d5391
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue