예제 #1
0
파일: Unit.php 프로젝트: mtornero/slowshop
 /**
  * @param ChildProduct $product The ChildProduct object to add.
  */
 protected function doAddProduct(ChildProduct $product)
 {
     $this->collProducts[] = $product;
     $product->setUnit($this);
 }