Property | Type | Description | |
---|---|---|---|
$cacheService | Cache service | ||
$em | Entity Manager | ||
$issueService | Newscoop\IssueServiceInterface | Issue service | |
$publicationService | Publication service |
Method | Description | |
---|---|---|
__construct ( Newscoop\IssueServiceInterface $issueService, |
Construct | |
findByIssueAndOutput ( |
Finds output for issue by issue and output | |
findByName ( string $name ) : string | null | Finds output by name | |
getThemePath ( ) | {@inheritDoc} |
public __construct ( Newscoop\IssueServiceInterface $issueService, |
||
$issueService | Newscoop\IssueServiceInterface | |
$cacheService | ||
$publicationService | ||
$em |
public findByIssueAndOutput ( |
||
$issue | Issue object | |
$output | Output object | |
return | string | null |
protected CacheService,Newscoop\Services $cacheService | ||
return |
protected EntityManager,Doctrine\ORM $em | ||
return |
protected IssueServiceInterface,Newscoop $issueService | ||
return | Newscoop\IssueServiceInterface |