API doc adjustments.
This commit is contained in:
parent
34262aeae1
commit
a1bf4dc4f6
@ -1802,13 +1802,13 @@ class UnitOfWork implements PropertyChangedListener
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* INTERNAL:
|
* INTERNAL:
|
||||||
* Creates an entity. Used for reconstitution of entities during hydration.
|
* Creates an entity. Used for reconstitution of persistent entities.
|
||||||
*
|
*
|
||||||
* @ignore
|
* @ignore
|
||||||
* @param string $className The name of the entity class.
|
* @param string $className The name of the entity class.
|
||||||
* @param array $data The data for the entity.
|
* @param array $data The data for the entity.
|
||||||
* @param array $hints Any hints to account for during reconstitution/lookup of 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.
|
* @internal Highly performance-sensitive method.
|
||||||
*
|
*
|
||||||
* @todo Rename: getOrCreateEntity
|
* @todo Rename: getOrCreateEntity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user