Свойство | Type | Description | |
---|---|---|---|
$outputService | Newscoop\Service\IOutputService |
Méthode | Description | |
---|---|---|
delete ( |
Delete an ouput setting issue | |
findByIssue ( |
Provides the Output Settings Issue for the provided issue | |
findByIssueAndOutput ( |
Provides the Output Settings Issue for the provided issue and output | |
getOutputService ( ) : Newscoop\Service\IOutputService | Provides the ouput service. | |
getUnthemedIssues ( $publication ) | ||
insert ( |
Inserts an ouput setting issue | |
isThemeUsed ( $theme, &$themes = NULL ) | ||
update ( |
Update an ouput setting issue |
Méthode | Description | |
---|---|---|
_init_ ( ) | ||
map ( Search $search, Column $column ) | * --------------------------------------------------------------- |
public delete ( |
||
$outputSettingsIssue |
public findByIssue ( |
||
$issue | The issue to be searched, not null, not empty. | |
Résultat | array | Newscoop\Entity\Output\OutputSettingsIssue The Output Setting, empty array if no Output Setting could be found for the provided issue. |
public findByIssueAndOutput ( |
||
$issue | The issue to be searched, not null, not empty. | |
$output | The output to be searched, not null, not empty. | |
Résultat | array | Newscoop\Entity\Output\OutputSettingsIssue The Output Setting, NULL if no Output Setting could be found for the provided issue. |
public getOutputService ( ) : Newscoop\Service\IOutputService | ||
Résultat | Newscoop\Service\IOutputService | The service service to be used by this controller. |
public insert ( |
||
$outputSettingsIssue |
protected map ( Search $search, Column $column ) | ||
$search | Search | |
$column | Column |
public update ( |
||
$outputSettingsIssue |