You are here

function soapclient::getHeaders in Salesforce Suite 5

Same name and namespace in other branches
  1. 5.2 includes/nusoap.orig.php \soapclient::getHeaders()

* get the SOAP response headers (namespace resolution incomplete) * *

Return value

string * @access public

File

includes/nusoap.orig.php, line 6876

Class

soapclient
soapclient higher level class for easy usage.

Code

function getHeaders() {
  return $this->responseHeaders;
}