Class Doctrine_Hydrator_Abstract
Doctrine_Hydrator_Abstract
- Doctrine_Locator_Injectable
-
Doctrine_Hydrator_Abstract
Direct known subclasses
Doctrine_Hydrator_Graph, Doctrine_Hydrator_NoneDriver, Doctrine_Hydrator_ScalarDriver, Doctrine_Hydrator_SingleScalarDriverIndirect known subclasses
Doctrine_Hydrator_ArrayDriver, Doctrine_Hydrator_ArrayHierarchyDriver, Doctrine_Hydrator_ArrayShallowDriver, Doctrine_Hydrator_RecordDriver, Doctrine_Hydrator_RecordHierarchyDriver
Abstract
Package: Doctrine\Hydrate
License: LGPL
Author: Konsta Vesterinen <kvesteri@cc.hut.fi>
Version: $Revision: 3192 $
Since: 1.0
Link: www.doctrine-project.org
Located at Hydrator/Abstract.php
Package: Doctrine\Hydrate
License: LGPL
Author: Konsta Vesterinen <kvesteri@cc.hut.fi>
Version: $Revision: 3192 $
Since: 1.0
Link: www.doctrine-project.org
Located at Hydrator/Abstract.php
public
|
#
__construct( mixed $queryComponents = null, mixed $tableAliases = null, mixed $hydrationMode = null )
|
public
|
#
setQueryComponents( array $queryComponents )
Set the query components (structure and query instructions) |
public
|
|
public
|
|
public
|
|
public
|
|
protected
boolean
|
#
_isIgnoredName( string $name )
Checks whether a name is ignored. Used during result set parsing to skip certain elements in the result set that do not have any meaning for the result. (I.e. ORACLE limit/offset emulation adds doctrine_rownum to the result set). |
abstract public
mixed
|
bind(),
getLocator(),
getNullObject(),
initNullObject(),
locate(),
setLocator()
|
protected
array
|
$_queryComponents
|
# array() |
protected
array
|
$_tableAliases
|
# array() |
protected
mixed
|
$_priorRow
|
|
protected
mixed
|
$_hydrationMode
|
$_locator,
$_null,
$_resources
|