Exchange
Table of Contents
Methods
- __construct() : mixed
- Exchange constructor.
- add() : AddResult
- deleteOldRecords() : mixed
- Clears old logging data
- getEffectedRows() : array<string|int, mixed>
- getList() : Result
- isEffected() : mixed
Methods
__construct()
Exchange constructor.
public
__construct(mixed $providerType) : mixed
Parameters
- $providerType : mixed
Tags
add()
public
add(array<string|int, mixed> $params) : AddResult
Parameters
- $params : array<string|int, mixed>
Tags
Return values
AddResultdeleteOldRecords()
Clears old logging data
public
deleteOldRecords(mixed $direction, mixed $interval) : mixed
Parameters
- $direction : mixed
- $interval : mixed
getEffectedRows()
public
getEffectedRows(mixed $timeUpdate, mixed $entityTypeId, mixed $direction) : array<string|int, mixed>
Parameters
- $timeUpdate : mixed
- $entityTypeId : mixed
- $direction : mixed
Tags
Return values
array<string|int, mixed>getList()
public
getList(mixed $params) : Result
Parameters
- $params : mixed
Tags
Return values
ResultisEffected()
public
isEffected(mixed $list, array<string|int, mixed> $logs) : mixed
Parameters
- $list : mixed
- $logs : array<string|int, mixed>