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