em = $em; $this->schema = $schema; } /** * @return EntityManagerInterface */ public function getEntityManager() { return $this->em; } /** * @return Schema */ public function getSchema() { return $this->schema; } }