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