Newscoop\Entity\Playlist::setThemes PHP Method

setThemes() public method

Set the themes attached to playlist.
public setThemes ( array $themes ) : self
$themes array
return self
    public function setThemes(array $themes)
    {
        $this->themes = json_encode($themes);
        return $this;
    }