em = $em; } /** * Retrieve associated EntityManager. * * @return EntityManagerInterface */ public function getEntityManager() { return $this->em; } }