示例#1
0
 /**
  * @see ShopgateContainer::accept()
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitSyncItem($this);
 }