Doctrine


Doctrine\ORM\Internal\Hydration\ObjectHydrator
/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php at line 37

Class ObjectHydrator

Class:ObjectHydrator - Superclass: AbstractHydrator
AbstractHydrator
⌊ ObjectHydrator

public class ObjectHydrator
extends AbstractHydrator

The ObjectHydrator constructs an object graph out of an SQL result set.

Author:
Roman Borschel
Since:
2.0
Internal:
Highly performance-sensitive code.
License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Version:
$Revision: 3192 $

Fields inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
_cache, _em, _hints, _platform, _rsm, _stmt, _uow
Methods inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
hydrateAll, hydrateRow, iterate

Doctrine