Method | 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 | |
insert ( |
Inserts an ouput setting issue | |
isThemeUsed ( Theme | str $theme ) | Checks if the provided theme is used by any issue at this point. | |
update ( |
Update an ouput setting issue |
public delete ( |
||
$outputSettingsIssue |
public findByIssue ( |
||
$issue | The issue to be searched, not null, not empty. | |
return | 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. | |
return | array | Newscoop\Entity\Output\OutputSettingsIssue The Output Setting, empty array if no Output Setting could be found for the provided issue. |
public insert ( |
||
$outputSettingsIssue |
public isThemeUsed ( Theme | str $theme ) | ||
$theme | Theme | str | The theme or path to be checked if used. |
public update ( |
||
$outputSettingsIssue |