Example #1
0
 public function visitExternalOrderTax(ShopgateExternalOrderTax $t)
 {
     // get properties and iterate (no complex types in ShopgateExternalOrderTax objects)
     $this->array = $this->iterateSimpleProperties($t->buildProperties());
 }