Newscoop\Services\AuthorService::__construct PHP Метод

__construct() публичный Метод

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