Tutorial Extension
1.0.0
SellerDeck Extensions - Tutorial Extension
|
Public Member Functions | |
__construct ($oSoapClient=null, $bSoapCallLoop=false) | |
__call ($sFuncName, $aArguments) | |
Public Attributes | |
const | MAX_WAIT = 100 |
Definition at line 14 of file CSDApiSoapClient.php.
__construct | ( | $oSoapClient = null , |
|
$bSoapCallLoop = false |
|||
) |
__construct - Object constructor method
Initializes the member variables
public
SoapClient | $oSoapClient | Soap Client Object |
bool | $bSoapCallLoop | Do we use retry loop or not when a Soap Call fails? |
Definition at line 42 of file CSDApiSoapClient.php.
__call | ( | $sFuncName, | |
$aArguments | |||
) |
__call - Soap Function caller (PHP Magic Method)
public
string | $sFuncName | Soap Function name |
array | $aArguments | Soap Function arguments |
Definition at line 57 of file CSDApiSoapClient.php.
const MAX_WAIT = 100 |
int Maximum number of retry loops when a Soap Call fails
Definition at line 20 of file CSDApiSoapClient.php.