예제 #1
0
 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);
 }
 /**
  * @param ShopgateContainerVisitor $v
  * @see ShopgateContainer::accept()
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitExternalOrderTax($this);
 }
예제 #6
0
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitItemInput($this);
 }