You are here

protected property SoapClient::$isConnected in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 modules/salesforce_soap/src/Soap/SoapClient.php \Drupal\salesforce_soap\Soap\SoapClient::isConnected
  2. 8.3 modules/salesforce_soap/src/Soap/SoapClient.php \Drupal\salesforce_soap\Soap\SoapClient::isConnected

Indicates whether or not a successfull connection was made to the SOAP API.

Type: bool

File

modules/salesforce_soap/src/Soap/SoapClient.php, line 18

Class

SoapClient
A client for communicating with the Salesforce SOAP API.

Namespace

Drupal\salesforce_soap\Soap

Code

protected $isConnected;