public function SalesforceSoapPartner::isConnected in Salesforce Suite 7.3
Indicates whether or not a successfull connection was made the SOAP API.
File
- modules/
salesforce_soap/ salesforce_soap.inc, line 72 - Contains SalesforceSoapPartner.
Class
- SalesforceSoapPartner
- Expose the partner SOAP API by extending SforcePartnerClient and configuring it with the OAUTH credentials and endpoints from the Salesforce API class.
Code
public function isConnected() {
return $this->isConnected;
}