Example #1
0
 /**
  * Add productOptions
  *
  * @param \Ecortex\ProductManagerBundle\Entity\ProductOption $productOptions
  * @return RangePrice
  */
 public function addProductOption(\Ecortex\ProductManagerBundle\Entity\ProductOption $productOptions)
 {
     $this->productOptions[] = $productOptions;
     $productOptions->setRangePrice($this);
     return $this;
 }