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