Newscoop\Service\IOutputSettingIssueService::findByIssueAndOutput PHP Метод

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.
    function findByIssueAndOutput($issue, $output);