예제 #1
0
파일: core.php 프로젝트: buttasg/cowgirlk
 /**
  * @param ShopgateShippingMethod $c
  */
 public function visitShippingMethod(ShopgateShippingMethod $c)
 {
     $properties = $c->buildProperties();
     // iterate the simple variables
     $properties = $this->iterateSimpleProperties($properties);
     // set last value to converted array
     $this->array = $properties;
 }