コード例 #1
0
ファイル: customers.php プロジェクト: ventsiwad/presta_addons
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitAddress($this);
 }
コード例 #2
0
 /**
  * @param ShopgateContainerVisitor $v
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitPlainObject($this);
 }
コード例 #3
0
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitConfig($this);
 }
コード例 #4
0
ファイル: items.php プロジェクト: buttasg/cowgirlk
 /**
  * @see ShopgateContainer::accept()
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitSyncItem($this);
 }
コード例 #5
0
 /**
  * @param ShopgateContainerVisitor $v
  * @see ShopgateContainer::accept()
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitExternalOrderTax($this);
 }
コード例 #6
0
ファイル: items.php プロジェクト: ventsiwad/presta_addons
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitItemInput($this);
 }