Example #1
0
 public function query(AutotaskObjects\Query $obj)
 {
     $obj->asXml();
     return $this->_call('query', array($obj));
 }