コード例 #1
0
ファイル: items.php プロジェクト: buttasg/cowgirlk
 /**
  * @see ShopgateContainer::accept()
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitSyncItem($this);
 }