Table of Contents
-
$_caches
: array<string|int, mixed>
-
$_callbacksAfterSend
: array<string|int, mixed>
-
$_encrypter
: SymmetricEncryption
-
$_pSDK
: onOfficeSDK
-
$_pWPOptionWrapper
: WPOptionWrapperDefault
-
__clone()
: mixed
-
__construct()
: mixed
-
addRequestByApiAction()
: int
-
getCache()
: array<string|int, onOfficeSDKCache>
-
getSDK()
: onOfficeSDK
-
getWPOptionWrapper()
: WPOptionWrapperBase
-
sendRequests()
: mixed
-
withCurlOptions()
: SDKWrapper
$_caches
private
array<string|int, mixed>
$_caches
= []
$_callbacksAfterSend
private
array<string|int, mixed>
$_callbacksAfterSend
= []
$_encrypter
private
SymmetricEncryption
$_encrypter
$_pSDK
private
onOfficeSDK
$_pSDK
= null
$_pWPOptionWrapper
private
WPOptionWrapperDefault
$_pWPOptionWrapper
= null
__clone()
public
__clone() : mixed
Return values
mixed
—
__construct()
public
__construct([onOfficeSDK $pSDK = null ][, WPOptionWrapperBase $pWPOptionWrapper = null ]) : mixed
Parameters
-
$pSDK
: onOfficeSDK
= null
-
-
$pWPOptionWrapper
: WPOptionWrapperBase
= null
-
Return values
mixed
—
addRequestByApiAction()
public
addRequestByApiAction(APIClientActionGeneric $pApiAction) : int
Parameters
-
$pApiAction
: APIClientActionGeneric
-
Return values
int
—
getCache()
public
getCache() : array<string|int, onOfficeSDKCache>
Return values
array<string|int, onOfficeSDKCache>
—
getSDK()
public
getSDK() : onOfficeSDK
Return values
onOfficeSDK
—
getWPOptionWrapper()
public
getWPOptionWrapper() : WPOptionWrapperBase
Return values
WPOptionWrapperBase
—
sendRequests()
public
sendRequests() : mixed
Return values
mixed
—
withCurlOptions()
public
withCurlOptions(array<string|int, mixed> $curlOptions) : SDKWrapper
Parameters
-
$curlOptions
: array<string|int, mixed>
-
Return values
SDKWrapper
—