|
Doctrine 1.2.4
|
Public Member Functions | |
| getHydrationMode () | |
| getHydratorDriver ($mode, $tableAliases) | |
| getHydratorDriverClassName ($mode=null) | |
| getQueryComponents () | |
| hydrateResultSet ($stmt, $tableAliases) | |
| setHydrationMode ($hydrationMode) | |
| setQueryComponents (array $queryComponents) | |
Definition at line 35 of file Hydrator.php.
| Doctrine_Hydrator::getHydrationMode | ( | ) |
Get the hydration mode
Definition at line 68 of file Hydrator.php.
| Doctrine_Hydrator::getHydratorDriver | ( | $mode, | |
| $tableAliases | |||
| ) |
Get an instance of the hydration driver for the passed hydration mode
| string | $mode | |
| array | $tableAliases |
Definition at line 119 of file Hydrator.php.
| Doctrine_Hydrator::getHydratorDriverClassName | ( | $mode = null | ) |
Get the name of the driver class for the passed hydration mode
| string | $mode |
Definition at line 99 of file Hydrator.php.
| Doctrine_Hydrator::getQueryComponents | ( | ) |
Get the array of query components
Definition at line 88 of file Hydrator.php.
| Doctrine_Hydrator::hydrateResultSet | ( | $stmt, | |
| $tableAliases | |||
| ) |
Hydrate the query statement in to its final data structure by one of the hydration drivers.
| object | $stmt | |
| array | $tableAliases |
Definition at line 145 of file Hydrator.php.
| Doctrine_Hydrator::setHydrationMode | ( | $hydrationMode | ) |
Set the hydration mode
| mixed | $hydrationMode | One of the Doctrine_Core::HYDRATE_* constants or a string representing the name of the hydration mode or or an instance of the hydration class |
Definition at line 58 of file Hydrator.php.
| Doctrine_Hydrator::setQueryComponents | ( | array | $queryComponents | ) |
Set the array of query components
| array | $queryComponents |
Definition at line 78 of file Hydrator.php.