Doctrine


Doctrine\ORM\Internal\Hydration\ArrayHydrator
/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php at line 33

Class ArrayHydrator

Class:ArrayHydrator - Superclass: AbstractHydrator
AbstractHydrator
⌊ ArrayHydrator

public class ArrayHydrator
extends AbstractHydrator

The ArrayHydrator produces a nested array "graph" that is often (not always) interchangeable with the corresponding object graph for read-only access.

Author:
Roman Borschel
Since:
1.0
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