Exemplo n.º 1
0
 /**
  * @param OrderProduct $orderProduct The orderProduct object to add.
  */
 protected function doAddOrderProduct($orderProduct)
 {
     $this->collOrderProducts[] = $orderProduct;
     $orderProduct->setOrder($this);
 }