Doctrine


Doctrine\ORM\Internal\Hydration\ScalarHydrator
/Doctrine/ORM/Internal/Hydration/ScalarHydrator.php at line 34

Class ScalarHydrator

Class:ScalarHydrator - Superclass: AbstractHydrator
AbstractHydrator
⌊ ScalarHydrator

public class ScalarHydrator
extends AbstractHydrator

Hydrator that produces flat, rectangular results of scalar data. The created result is almost the same as a regular SQL result set, except that column names are mapped to field names and data type conversions take place.

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