config = $config; $this->entityManager = $entityManager; } protected function getConfig() { return $this->config; } protected function getEntityManager() { return $this->entityManager; } }