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

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

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