Exemple #1
0
 public function addImage(Image $image)
 {
     if ($this->images->isEmpty()) {
         $this->setDefaultImage($image->getPath());
     }
     $image->setTag($this);
     $this->images->add($image);
 }