abstract |
---|
Base API Class. Contains basic API-connection methods.
Methods | ||
---|---|---|
public
static
|
isValidSignature(string $data, string $signature, string $pubKey): boolean
|
# |
public
|
getOutputFormat(): string
|
# |
public
|
setOutputFormat(string $outputFormat)
|
# |
protected
|
_addPostParam(string $paramName, string $paramValue, bool $encrypt = false)
|
# |
protected
|
getCnf(): Config
|
# |
protected
|
setCnf(Config $cnf)
|
# |
protected
|
_processHtmlPost()
|
# |
protected
|
_buildArrayParameters($escapeParameters = false)
|
# |
protected
|
_processPost(): Response
|
# |
Properties | |||
---|---|---|---|
protected
|
string
|
$outputFormat = Defines::COMMUNICATION_FORMAT_JSON
|
# |