Changeset 4831
- Timestamp:
- 08/27/08 02:51:25 (10 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Hydrator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Hydrator.php
r4722 r4831 169 169 $componentName = $table->getComponentName(); 170 170 $event->set('data', $data); 171 $event->setInvoker($table); 171 172 $listeners[$componentName]->preHydrate($event); 172 173