예제 #1
0
파일: Tracking.php 프로젝트: wujingke/zjs
 private function toBuildXML($root = 'BatchQueryRequest')
 {
     $xml = XML::array2xml($this->attributes, $root);
     $this->xml = $xml;
 }