setProduct() public method

Set Product.
public setProduct ( Sonata\Component\Product\ProductInterface $product )
$product Sonata\Component\Product\ProductInterface
Example #1
0
 /**
  * {@inheritdoc}
  */
 public function addProductCategory(ProductCategoryInterface $productCategory)
 {
     $productCategory->setProduct($this);
     $this->productCategories->add($productCategory);
 }