예제 #1
0
 /**
  * @param ShopgateContainerVisitor $v
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitCartItem($this);
 }