setJob('peon')->setName('pepito')->setAge(20)->setToothbrush((new Toothbrush1())->setBrand('colgate')); $manager->persist($e1); $e1 = new Employee1(); $e1->setJob('jefe')->setName('benganito')->setAge(30)->setToothbrush((new Toothbrush1())->setBrand('signal')); $manager->persist($e1); $manager->flush(); } } // symfony console doctrine:fixtures:load