setProduct() public method

Set product.
public setProduct ( Sonata\Component\Product\ProductInterface $product )
$product Sonata\Component\Product\ProductInterface
Example #1
0
 /**
  * {@inheritdoc}
  */
 public function addDelivery(DeliveryInterface $delivery)
 {
     $delivery->setProduct($this);
     $this->deliveries->add($delivery);
 }