Doctrine


Doctrine\ORM\Internal\Hydration\SingleScalarHydrator
/Doctrine/ORM/Internal/Hydration/SingleScalarHydrator.php at line 32

Class SingleScalarHydrator

Class:SingleScalarHydrator - Superclass: AbstractHydrator
AbstractHydrator
⌊ SingleScalarHydrator

public class SingleScalarHydrator
extends AbstractHydrator

Hydrator that hydrates a single scalar value from the result set.

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