Newscoop\Service\IOutputSettingIssueService::findByIssue PHP 메소드

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.
    function findByIssue($issue);