Add @ignore and @internal to UnitOfWork#computeChangeSet
This commit is contained in:
parent
30149e48f9
commit
6f3667201c
@ -398,6 +398,8 @@ class UnitOfWork implements PropertyChangedListener
|
|||||||
* If a PersistentCollection has been de-referenced in a fully MANAGED entity,
|
* If a PersistentCollection has been de-referenced in a fully MANAGED entity,
|
||||||
* then this collection is marked for deletion.
|
* then this collection is marked for deletion.
|
||||||
*
|
*
|
||||||
|
* @ignore
|
||||||
|
* @internal Don't call from the outside.
|
||||||
* @param ClassMetadata $class The class descriptor of the entity.
|
* @param ClassMetadata $class The class descriptor of the entity.
|
||||||
* @param object $entity The entity for which to compute the changes.
|
* @param object $entity The entity for which to compute the changes.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user