Created
October 20, 2016 19:44
-
-
Save sryabov/944cd7fd50779a0ef3ecd5a700d217ae to your computer and use it in GitHub Desktop.
Установка объекта без получения в Doctrine2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$carReference = $entityManager->getReference('MyBundle:Car',$carId); | |
$wheel->setCar($carReference); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment