Object Sync for Salesforce Code Documentation

Object_Sync_Sf_Salesforce_Soap_Partner extends SforcePartnerClient

Object_Sync_Sf_Salesforce_Soap_Partner class.

Table of Contents

$file  : string
The main plugin file
$is_authorized  : bool
Whether Salesforce is authorized
$refreshed  : bool
Whether Salesforce is refreshed
$salesforce_api  : array<string|int, mixed>
Object_Sync_Sf_Salesforce class This contains Salesforce API methods
$salesforce_get_api  : array<string|int, mixed>
The salesforce_get_api() helper method from root class This contains Salesforce API methods and flags.
$soap_client_directory  : string
The directory where the Soap client is stored
$wsdl  : string
The path to the WSDL file
__construct()  : mixed
Constructor for soap class
is_authorized()  : bool
Get whether Salesforce is authorized
try_soap()  : array<string|int, mixed>
Try to use the SOAP API
set_authorized()  : mixed
Set whether Salesforce is authorized
init()  : mixed
Initialize.

Properties

Methods

try_soap()

Try to use the SOAP API

public try_soap(string $function) : array<string|int, mixed>
Parameters
$function : string

function we want to call.

Tags
throws
SoapFault

$e If there is an error from SOAP.

Return values
array<string|int, mixed>

$results

set_authorized()

Set whether Salesforce is authorized

protected set_authorized(bool $is_authorized) : mixed
Parameters
$is_authorized : bool

whether Salesforce is authorized.

Return values
mixed

Search results