1
0
mirror of synced 2025-02-06 23:39:25 +03:00

Add @ignore and @internal to UnitOfWork#computeChangeSet

This commit is contained in:
Benjamin Eberlei 2011-10-15 18:11:14 +02:00
parent 30149e48f9
commit 6f3667201c

View File

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