phpDocumentor

WithdrawalReader

Class WithdrawalReader

Table of Contents

$db  : Connection
__construct()  : mixed
WithdrawalReader constructor.
getAllWithdrawalsData()  : array<string|int, mixed>
getFilteredWithdrawalsData()  : array<string|int, mixed>
getWithdrawalDataById()  : array<string|int, mixed>
getWithdrawalsTotalCount()  : int

Properties

Methods

__construct()

WithdrawalReader constructor.

public __construct(Connection $db) : mixed
Parameters
$db : Connection
Return values
mixed

getAllWithdrawalsData()

public getAllWithdrawalsData() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results