Skip to content

Commit

Permalink
Add @ignore and @internal to UnitOfWork#computeChangeSet
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Oct 15, 2011
1 parent 30149e4 commit 6f36672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Doctrine/ORM/UnitOfWork.php
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ public function getEntityChangeSet($entity)
* If a PersistentCollection has been de-referenced in a fully MANAGED entity,
* 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 object $entity The entity for which to compute the changes.
*/
Expand Down

0 comments on commit 6f36672

Please sign in to comment.