FilterCall
in package
Tags
Table of Contents
- $_filters : array<string|int, mixed>
- $_module : string
- $_pSDKWrapper : SDKWrapper
- __construct() : mixed
- getFilternameById() : string
- getFilters() : array<string|int, mixed>
- getModule() : string
- getSDKWrapper() : SDKWrapper
- extractResponse() : mixed
- load() : mixed
Properties
$_filters
private
array<string|int, mixed>
$_filters
= null
$_module
private
string
$_module
= null
$_pSDKWrapper
private
SDKWrapper
$_pSDKWrapper
= null
Methods
__construct()
public
__construct(string $module[, SDKWrapper $pSDKWrapper = null ]) : mixed
Parameters
- $module : string
- $pSDKWrapper : SDKWrapper = null
Return values
mixed —getFilternameById()
public
getFilternameById(int $id) : string
Parameters
- $id : int
Tags
Return values
string —getFilters()
public
getFilters() : array<string|int, mixed>
Return values
array<string|int, mixed> —getModule()
public
getModule() : string
Return values
string —getSDKWrapper()
public
getSDKWrapper() : SDKWrapper
Return values
SDKWrapper —extractResponse()
private
extractResponse(APIClientActionGeneric $pApiClientAction) : mixed
Parameters
- $pApiClientAction : APIClientActionGeneric
Return values
mixed —load()
private
load() : mixed