Changeset 3677
- Timestamp:
- 01/30/08 00:18:13 (17 months ago)
- Location:
- branches
- Files:
-
- 2 modified
-
0.10/lib/Doctrine/Collection.php (modified) (1 diff)
-
0.9/lib/Doctrine/Collection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Collection.php
r3441 r3677 710 710 } 711 711 712 // Method was wrong named. Fixing by creating an alias, since we cannot change API (remove methods) 713 public function synchronizeFromArray(array $array) { 714 return $this->synchronizeWithArray($array); 715 } 716 712 717 /** 713 718 * exportTo -
branches/0.9/lib/Doctrine/Collection.php
r3514 r3677 709 709 } 710 710 711 // Method was wrong named. Fixing by creating an alias, since we cannot change API (remove methods) 712 public function synchronizeFromArray(array $array) { 713 return $this->synchronizeWithArray($array); 714 } 715 711 716 /** 712 717 * exportTo