user) { throw new \Exception('Please set a user to persist'); } $manager->persist($this->user); $manager->flush(); $this->addReference('one-user', $this->user); } public function getUser() { return $this->user; } public function setUser(User $user) { $this->user = $user; } }