Exemplo n.º 1
0
 /**
  * Generate a random Owner ID string
  * 
  * *** WARNING *** I have no idea if it is OK or not to do it like this... do you know? E-mail me! 
  * 
  * @param boolean $surround
  * @return string
  */
 public static function ownerID($surround = true)
 {
     return QuickBooks_WebConnector_QWC::_guid($surround);
 }