示例#1
0
 public function buildProduct()
 {
     parent::buildProduct();
     $this->product->setName('The product of the first builder');
 }