예제 #1
0
 /**
  * @param LyricTranslation $lyricTranslation The LyricTranslation object to add.
  */
 protected function doAddLyricTranslation(LyricTranslation $lyricTranslation)
 {
     $this->collLyricTranslations[] = $lyricTranslation;
     $lyricTranslation->setLyric($this);
 }