Newscoop\Services\IssueService::__construct PHP 메소드

__construct() 공개 메소드

Construct
public __construct ( EntityManager $em, PublicationService $publicationService, CacheService $cacheService )
$em Doctrine\ORM\EntityManager
$publicationService PublicationService
$cacheService CacheService
    public function __construct(EntityManager $em, PublicationService $publicationService, CacheService $cacheService)
    {
        $this->em = $em;
        $this->publicationService = $publicationService;
        $this->cacheService = $cacheService;
    }