示例#1
0
 public function handleRemoveAll($key)
 {
     $this->shoppingCart->remove($key);
     $this->onRemove($key);
 }