Ojs\JournalBundle\Entity\Journal::setTheme PHP 메소드

setTheme() 공개 메소드

Set theme
public setTheme ( Ojs\CoreBundle\Entity\ThemeInterface $theme = null ) : Journal
$theme Ojs\CoreBundle\Entity\ThemeInterface
리턴 Journal
    public function setTheme(ThemeInterface $theme = null)
    {
        $this->theme = $theme;
        return $this;
    }
Journal