addProductImage() 공개 메소드

Add ProductImage
public addProductImage ( Eccube\Entity\ProductImage $productImage ) : Product
$productImage Eccube\Entity\ProductImage
리턴 Product
 /**
  * {@inheritDoc}
  */
 public function addProductImage(\Eccube\Entity\ProductImage $productImage)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addProductImage', array($productImage));
     return parent::addProductImage($productImage);
 }