Added note about deprecating methods.
This commit is contained in:
parent
b438827d90
commit
44929d5391
@ -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
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* DEPRECATED - REMOVE SOON
|
||||||
|
*
|
||||||
* ownsMany
|
* ownsMany
|
||||||
* binds One-to-Many / Many-to-Many composite relation
|
* binds One-to-Many / Many-to-Many composite relation
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user