Exemple #1
0
 /**
  * @param ChildProduct $product The ChildProduct object to add.
  */
 protected function doAddProduct(ChildProduct $product)
 {
     $this->collProducts[] = $product;
     $product->setFile($this);
 }