Newscoop\Service\IThemeManagementService::findOutputSetting PHP Метод

findOutputSetting() публичный Метод

Provides the output setting for the provided theme and ouput.
public findOutputSetting ( Theme $theme, Output $output ) : array
$theme Newscoop\Entity\Theme The theme to retrieve the output setting for, not null.
$output Newscoop\Entity\Output The output, not null.
Результат array of Newscoop\Entity\OutputSettings The output setting, null if none found for the theme and output.
    function findOutputSetting(Theme $theme, Output $output);