Newscoop\Entity\Playlist::setThemes PHP Метод

setThemes() публичный Метод

Set the themes attached to playlist.
public setThemes ( array $themes ) : self
$themes array
Результат self
    public function setThemes(array $themes)
    {
        $this->themes = json_encode($themes);
        return $this;
    }