You are here

function nusoap_base::setError in Salesforce Suite 5.2

Same name in this branch
  1. 5.2 includes/nusoap.php \nusoap_base::setError()
  2. 5.2 includes/nusoap.orig.php \nusoap_base::setError()
Same name and namespace in other branches
  1. 5 includes/nusoap.php \nusoap_base::setError()
  2. 5 includes/nusoap.orig.php \nusoap_base::setError()

* sets error string * *

Return value

boolean $string error string * @access private

File

includes/nusoap.orig.php, line 348

Class

nusoap_base
nusoap_base

Code

function setError($str) {
  $this->error_str = $str;
}