コード例 #1
0
 public function handleAddOne($key)
 {
     $this->shoppingCart->add($key, 1);
     $this->onAdd($key);
 }