Public Member Functions | |
downloadConnector ($sUsername, $sPassword, $sShopVersion, $blSaveCredentials) | |
Protected Member Functions | |
_init ($sUsername, $sPassword) | |
_getConnectorClassName ($sShopVersion) | |
_getConnectorContents ($sShopVersion) | |
Protected Attributes | |
$_oSoapClient = null | |
$_sVersion = null |
Efire SOAP client responsible for getting retrieving a connector over SOAP.
Definition at line 11 of file oxefidownloader.php.
oxEfiDownloader._getConnectorClassName | ( | $ | sShopVersion | ) | [protected] |
Retrieves filename for current connector.
string | $sShopVersion Shop edition and version (eg. 'CE 4.0.0.0') |
Definition at line 92 of file oxefidownloader.php.
oxEfiDownloader._getConnectorContents | ( | $ | sShopVersion | ) | [protected] |
Enter description here...
string | $sShopVersion Shop edition and version (eg. 'CE 4.0.0.0') |
Definition at line 110 of file oxefidownloader.php.
oxEfiDownloader._init | ( | $ | sUsername, | |
$ | sPassword | |||
) | [protected] |
Initialises eFire SOAP connection
string | $sUsername eFire External Communication Username | |
string | $sPassword eFire External Communication Passsword |
Definition at line 71 of file oxefidownloader.php.
oxEfiDownloader.downloadConnector | ( | $ | sUsername, | |
$ | sPassword, | |||
$ | sShopVersion, | |||
$ | blSaveCredentials | |||
) |
Retrieves connector filename, the contents and saves it to shop directory. Returns connector $sFileName.
string | $sUsername eFire External Transaction username | |
string | $sPassword eFire External Transaction password | |
string | $sShopVersion eShop version | |
bool | $blSaveCredentials whether to save username and password to config for later use |
Definition at line 32 of file oxefidownloader.php.
oxEfiDownloader.$_oSoapClient = null [protected] |
Definition at line 18 of file oxefidownloader.php.
oxEfiDownloader.$_sVersion = null [protected] |
Definition at line 20 of file oxefidownloader.php.