1
0
mirror of synced 2025-01-17 22:11:41 +03:00

API doc adjustments.

This commit is contained in:
Roman S. Borschel 2010-08-08 13:10:53 +02:00
parent 34262aeae1
commit a1bf4dc4f6

View File

@ -1802,13 +1802,13 @@ class UnitOfWork implements PropertyChangedListener
/**
* INTERNAL:
* Creates an entity. Used for reconstitution of entities during hydration.
* Creates an entity. Used for reconstitution of persistent entities.
*
* @ignore
* @param string $className The name of the entity class.
* @param array $data The data for the entity.
* @param array $hints Any hints to account for during reconstitution/lookup of the entity.
* @return object The entity instance.
* @return object The managed entity instance.
* @internal Highly performance-sensitive method.
*
* @todo Rename: getOrCreateEntity