示例#1
0
文件: core.php 项目: buttasg/cowgirlk
 public function visitExternalCoupon(ShopgateExternalCoupon $c)
 {
     // get properties and iterate (no complex types in ShopgateExternalCoupon objects)
     $this->array = $this->iterateSimpleProperties($c->buildProperties());
 }