示例#1
0
 /**
  * Extract the requestID attribute from an XML stream
  * 
  * @param string $xml	The XML stream to look for a requestID attribute in
  * @return mixed		The request ID
  */
 protected function _extractRequestID($xml)
 {
     return QuickBooks_Utilities::extractRequestID($xml);
 }