コード例 #1
0
ファイル: Provider.php プロジェクト: mtornero/slowshop
 /**
  * @param ChildProduct $product The ChildProduct object to add.
  */
 protected function doAddProduct(ChildProduct $product)
 {
     $this->collProducts[] = $product;
     $product->setProvider($this);
 }