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