commit
fcff39571f
@ -162,7 +162,7 @@ class ObjectHydrator extends AbstractHydrator
|
|||||||
*
|
*
|
||||||
* @param object $entity The entity to which the collection belongs.
|
* @param object $entity The entity to which the collection belongs.
|
||||||
* @param ClassMetadata $class
|
* @param ClassMetadata $class
|
||||||
* @param string $name The name of the field on the entity that holds the collection.
|
* @param string $fieldName The name of the field on the entity that holds the collection.
|
||||||
* @param string $parentDqlAlias Alias of the parent fetch joining this collection.
|
* @param string $parentDqlAlias Alias of the parent fetch joining this collection.
|
||||||
*/
|
*/
|
||||||
private function _initRelatedCollection($entity, $class, $fieldName, $parentDqlAlias)
|
private function _initRelatedCollection($entity, $class, $fieldName, $parentDqlAlias)
|
||||||
@ -245,6 +245,11 @@ class ObjectHydrator extends AbstractHydrator
|
|||||||
return $this->_uow->createEntity($className, $data, $this->_hints);
|
return $this->_uow->createEntity($className, $data, $this->_hints);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string $className
|
||||||
|
* @param array $data
|
||||||
|
* @return mixed
|
||||||
|
*/
|
||||||
private function _getEntityFromIdentityMap($className, array $data)
|
private function _getEntityFromIdentityMap($className, array $data)
|
||||||
{
|
{
|
||||||
// TODO: Abstract this code and UnitOfWork::createEntity() equivalent?
|
// TODO: Abstract this code and UnitOfWork::createEntity() equivalent?
|
||||||
@ -302,7 +307,7 @@ class ObjectHydrator extends AbstractHydrator
|
|||||||
* level of the hydrated result. A typical example are the objects of the type
|
* level of the hydrated result. A typical example are the objects of the type
|
||||||
* specified by the FROM clause in a DQL query.
|
* specified by the FROM clause in a DQL query.
|
||||||
*
|
*
|
||||||
* @param array $data The data of the row to process.
|
* @param array $row The data of the row to process.
|
||||||
* @param array $cache The cache to use.
|
* @param array $cache The cache to use.
|
||||||
* @param array $result The result array to fill.
|
* @param array $result The result array to fill.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user