Changeset 4337
- Timestamp:
- 05/06/08 09:27:13 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine/Hydrator/RecordDriver.php
r4336 r4337 54 54 } 55 55 56 public function initRelated( $record, $name)56 public function initRelated(Doctrine_Record $record, $name) 57 57 { 58 58 if ( ! isset($this->_initializedRelations[$record->getOid()][$name])) {