entity = $entity; $this->em = $em; } public function getEntity(): EntityInterface { return $this->entity; } /** * @return EntityManagerInterface */ public function getEm(): EntityManagerInterface { return $this->em; } }