Tutorial Extension
1.0.0
SellerDeck Extensions - Tutorial Extension
|
Inherited by CHandshaking.
Public Member Functions | |
__construct ($aInitMessage) | |
GetResponse () | |
SetHeader ($sHeader="Content-Type: application/xml; charset=utf-8") | |
Protected Member Functions | |
VersionInformation () | |
SDDConfiguration () | |
ExtensionConfiguration () | |
AppInit () | |
Protected Attributes | |
$m_aInitMessage = [] | |
Definition at line 11 of file CAbstractHandshaking.php.
__construct | ( | $aInitMessage | ) |
__construct - Object constructor
public
array | $aInitMessage | Init Message |
Definition at line 26 of file CAbstractHandshaking.php.
|
abstractprotected |
AppInit - Init Application
protected
|
protected |
ExtensionConfiguration - Extension Configuration
Handshaking round #3
protected
Definition at line 174 of file CAbstractHandshaking.php.
GetResponse | ( | ) |
GetResponse - Getting Response
public
array | $aInitMessage | Init Message |
Definition at line 46 of file CAbstractHandshaking.php.
|
protected |
SDDConfiguration - SellerDeck Desktop Configuration
Handshaking round #2
protected
Definition at line 134 of file CAbstractHandshaking.php.
SetHeader | ( | $sHeader = "Content-Type: application/xml; charset=utf-8" | ) |
SetHeader - Setting Response XML header
public
string | $sHeader | Response XML header |
Definition at line 76 of file CAbstractHandshaking.php.
|
protected |
VersionInformation - Version Information
Handshaking round #1
protected
Definition at line 104 of file CAbstractHandshaking.php.