Esempio n. 1
0
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitAddress($this);
 }
 /**
  * @param ShopgateContainerVisitor $v
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitPlainObject($this);
 }
Esempio n. 3
0
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitConfig($this);
 }
Esempio n. 4
0
 /**
  * @see ShopgateContainer::accept()
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitSyncItem($this);
 }
 /**
  * @param ShopgateContainerVisitor $v
  * @see ShopgateContainer::accept()
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitExternalOrderTax($this);
 }
Esempio n. 6
0
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitItemInput($this);
 }