onOffice WP Plugin

SDKWrapper
in package

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

Properties

$_caches

private array<string|int, mixed> $_caches = []

$_callbacksAfterSend

private array<string|int, mixed> $_callbacksAfterSend = []

Methods

__clone()

public __clone() : mixed
Return values
mixed

getCache()

public getCache() : array<string|int, onOfficeSDKCache>
Return values
array<string|int, onOfficeSDKCache>

getSDK()

public getSDK() : onOfficeSDK
Return values
onOfficeSDK

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

Search results