PHP 인터페이스 Newscoop\Service\IOutputSettingIssueService

상속: extends Newscoop\Service\IEntityBaseService
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
delete ( OutputSettingsIssue $outputSettingsIssue ) Delete an ouput setting issue
findByIssue ( Issue | integer $issue ) : array Provides the Output Settings Issue for the provided issue
findByIssueAndOutput ( Issue | integer $issue, Output | string $output ) : array Provides the Output Settings Issue for the provided issue and output
insert ( OutputSettingsIssue $outputSettingsIssue ) Inserts an ouput setting issue
isThemeUsed ( Theme | str $theme ) Checks if the provided theme is used by any issue at this point.
update ( OutputSettingsIssue $outputSettingsIssue ) Update an ouput setting issue

메소드 상세

delete() 공개 메소드

Delete an ouput setting issue
public delete ( OutputSettingsIssue $outputSettingsIssue )
$outputSettingsIssue Newscoop\Entity\Output\OutputSettingsIssue

findByIssue() 공개 메소드

Provides the Output Settings Issue for the provided issue
public findByIssue ( Issue | integer $issue ) : array
$issue Newscoop\Entity\Issue | integer The issue to be searched, not null, not empty.
리턴 array Newscoop\Entity\Output\OutputSettingsIssue The Output Setting, empty array if no Output Setting could be found for the provided issue.

findByIssueAndOutput() 공개 메소드

Provides the Output Settings Issue for the provided issue and output
public findByIssueAndOutput ( Issue | integer $issue, Output | string $output ) : array
$issue Newscoop\Entity\Issue | integer The issue to be searched, not null, not empty.
$output Newscoop\Entity\Output | string The output to be searched, not null, not empty.
리턴 array Newscoop\Entity\Output\OutputSettingsIssue The Output Setting, empty array if no Output Setting could be found for the provided issue.

insert() 공개 메소드

Inserts an ouput setting issue
public insert ( OutputSettingsIssue $outputSettingsIssue )
$outputSettingsIssue Newscoop\Entity\Output\OutputSettingsIssue

isThemeUsed() 공개 메소드

Checks if the provided theme is used by any issue at this point.
public isThemeUsed ( Theme | str $theme )
$theme Theme | str The theme or path to be checked if used.

update() 공개 메소드

Update an ouput setting issue
public update ( OutputSettingsIssue $outputSettingsIssue )
$outputSettingsIssue Newscoop\Entity\Output\OutputSettingsIssue