예제 #1
0
파일: Template.php 프로젝트: margery/thelia
 /**
  * @param Product $product The product object to add.
  */
 protected function doAddProduct($product)
 {
     $this->collProducts[] = $product;
     $product->setTemplate($this);
 }