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);