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

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

Assign the theme to the publication.
public assignTheme ( Theme $theme, Publication $publication )
$theme Newscoop\Entity\Theme The theme to be assigned, not null.
$publication Newscoop\Entity\Publication The publication to be assigned the theme for, not null.
    function assignTheme(Theme $theme, Publication $publication);