예제 #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());
 }