Exemplo n.º 1
0
 /**
  * Add orderProducts
  *
  * @param \MeVisa\ERPBundle\Entity\OrderProducts $orderProducts
  * @return Orders
  */
 public function addOrderProduct(\MeVisa\ERPBundle\Entity\OrderProducts $orderProducts)
 {
     $this->orderProducts[] = $orderProducts;
     $orderProducts->setOrderRef($this);
     return $this;
 }