Ojs\JournalBundle\Entity\Journal::setTheme PHP Méthode

setTheme() public méthode

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