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

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

Assign the output settings to the theme.
public assignOutputSetting ( OutputSettings $outputSettings, Theme $theme )
$outputSettings Newscoop\Entity\OutputSettings The output settings to be assigned to the theme.
$theme Newscoop\Entity\Theme The theme to be assigned to, not null.
    function assignOutputSetting(OutputSettings $outputSettings, Theme $theme);