示例#1
0
 public function toArray(SxModule_Pageform_Subscription $item)
 {
     return array('pfsu_id' => (int) $item->getId(), 'pfsu_pageform_id' => (int) $item->getPageformId(), 'pfsu_pageformname' => $item->getPageformname(), 'pfsu_ip' => $item->getIp(), 'pfsu_agent' => $item->getAgent(), 'pfsu_date_created' => $item->getDateCreated(), 'pfsu_date_updated' => $item->getDateUpdated(), 'pfsu_lng' => $item->getLng(), 'pfsu_url' => $item->getUrl());
 }