示例#1
0
文件: Tracking.php 项目: wujingke/zjs
 private function toBuildXML($root = 'BatchQueryRequest')
 {
     $xml = XML::array2xml($this->attributes, $root);
     $this->xml = $xml;
 }