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