Newscoop\Service\IOutputSettingSectionService::findBySectionAndOutput PHP 메소드

findBySectionAndOutput() 공개 메소드

Provides the Output Settings that has the provided Section and Output.
public findBySectionAndOutput ( Section | integer $section, Output | string $output ) : Newscoop\Entity\OutputSettingsSection
$section Newscoop\Entity\Section | integer The section to be searched, not null, not empty.
$output Output | string The output to be searched, not null, not empty.
리턴 Newscoop\Entity\OutputSettingsSection The Output Setting, empty array if no Output Setting could be found for the provided section.
    function findBySectionAndOutput($section, $output);