function nusoap_base::clearDebug in Salesforce Suite 5
Same name in this branch
- 5 includes/nusoap.php \nusoap_base::clearDebug()
- 5 includes/nusoap.orig.php \nusoap_base::clearDebug()
Same name and namespace in other branches
- 5.2 includes/nusoap.php \nusoap_base::clearDebug()
- 5.2 includes/nusoap.orig.php \nusoap_base::clearDebug()
* clears the current debug data for this instance * * @access public
File
- includes/
nusoap.orig.php, line 278
Class
- nusoap_base
- nusoap_base
Code
function clearDebug() {
// it would be nice to use a memory stream here to use
// memory more efficiently
$this->debug_str = '';
}