Пример #1
0
 public function copyFrom(Lyric $lyric)
 {
     $this->setFrom($lyric->getFrom());
     $this->setLyrics($lyric->getLyrics());
 }