Doctrine


Namespace Doctrine\ORM\Internal\Hydration

Class Summary
AbstractHydratorBase class for all hydrators.
ArrayHydratorThe ArrayHydrator produces a nested array "graph" that is often (not always) interchangeable with the corresponding object graph for read-only access.
HydrationException
IterableResultRepresents a result structure that can be iterated over, hydrating row-by-row during the iteration.
ObjectHydratorThe ObjectHydrator constructs an object graph out of an SQL result set.
ScalarHydratorHydrator that produces flat, rectangular results of scalar data.
SingleScalarHydratorHydrator that hydrates a single scalar value from the result set.

Doctrine