Property | Type | Description | |
---|---|---|---|
$themesFolder | string |
Property | Type | Description | |
---|---|---|---|
$em | Doctrine\ORM\EntityManager | ||
$issueService | Newscoop\Service\IIssueService | ||
$outputSettingIssueService | Newscoop\Service\IOutputSettingIssueService | ||
$outputSettingSectionService | Newscoop\Service\IOutputSettingSectionService | ||
$sectionService | Newscoop\Service\ISectionService |
Method | Description | |
---|---|---|
getArticlePage ( |
Get the page for article to be used as a template. | |
getErrorPage ( |
Get the page for error to be used as a template. | |
getFrontPage ( $issue, $output ) | ||
getIssueService ( ) : Newscoop\Service\IIssueService | Provides the Issue service. | |
getOutputSettingIssueService ( ) : Newscoop\Service\IOutputSettingIssueService | Provides the Output setting issue service. | |
getOutputSettingSectionService ( ) : Newscoop\Service\IOutputSettingSectionService | Provides the Output setting service. | |
getSectionPage ( |
Get the page for section to be used as a template. | |
getSectionService ( ) : Newscoop\Service\ISectionService | Provides the Section service. |
Method | Description | |
---|---|---|
_init_ ( ) | * --------------------------------------------------------------- | |
getResourceFullPath ( |
Internal method, get the full path from an resource. |
protected _init_ ( ) |
public getArticlePage ( |
||
$section | The section object or the id of the issue for whom the template is needed. | |
$output | The object Output, the id or the Name of the Output for whom the template is needed. | |
return | string | The full path of the template. |
public getErrorPage ( |
||
$issue | The issue object or the id of the issue for whom the template is needed. | |
$output | The object Output, the id or the Name of the Output for whom the template is needed. | |
return | string | The full path of the template. |
public getIssueService ( ) : Newscoop\Service\IIssueService | ||
return | Newscoop\Service\IIssueService | The issue service to be used by this controller. |
public getOutputSettingIssueService ( ) : Newscoop\Service\IOutputSettingIssueService | ||
return | Newscoop\Service\IOutputSettingIssueService | The output setting issue service to be used by this controller. |
public getOutputSettingSectionService ( ) : Newscoop\Service\IOutputSettingSectionService | ||
return | Newscoop\Service\IOutputSettingSectionService | The output setting section service to be used by this controller. |
protected getResourceFullPath ( |
||
$resource | ||
return | string |
public getSectionPage ( |
||
$section | The section object or the id of the issue for whom the template is needed. | |
$output | The object Output, the id or the Name of the Output for whom the template is needed. | |
return | string | The full path of the template. |
public getSectionService ( ) : Newscoop\Service\ISectionService | ||
return | Newscoop\Service\ISectionService | The section service to be used by this controller. |
protected Doctrine\ORM\EntityManager $em | ||
return | Doctrine\ORM\EntityManager |
protected IIssueService,Newscoop\Service $issueService | ||
return | Newscoop\Service\IIssueService |
protected IOutputSettingIssueService,Newscoop\Service $outputSettingIssueService | ||
return | Newscoop\Service\IOutputSettingIssueService |
protected IOutputSettingSectionService,Newscoop\Service $outputSettingSectionService | ||
return | Newscoop\Service\IOutputSettingSectionService |
protected ISectionService,Newscoop\Service $sectionService | ||
return | Newscoop\Service\ISectionService |