public function __construct(EntityManager $em) { $this->em = $em; $this->repository = $this->em->getRepository('Newscoop\\Entity\\Author'); }