예제 #1
0
파일: Gallery.php 프로젝트: stereomon/karo
 /**
  * @param GalleryImage $image
  */
 protected function addYearIfNotSet(GalleryImage $image)
 {
     if ($image->getYear()) {
         $image->setYear($this->getYear());
     }
 }