Esempio n. 1
0
 /**
  * Add orderComments
  *
  * @param \MeVisa\ERPBundle\Entity\OrderComments $orderComments
  * @return Orders
  */
 public function addOrderComment(\MeVisa\ERPBundle\Entity\OrderComments $orderComments)
 {
     $this->orderComments[] = $orderComments;
     $orderComments->setOrderRef($this);
     return $this;
 }