WithdrawalReader

Implements \WithdrawalReaderInterface

Class WithdrawalReader

category

System

package

Withdrawal

subpackage

Repositories

Methods

WithdrawalReader constructor.

__construct(\CI_DB_query_builder $queryBuilder) 

Arguments

$queryBuilder

\CI_DB_query_builder

Returns all withdrawal entities as array

getAll() : array

Response

array

Returns withdrawal entity data by the given id.

getById(\IdType $withdrawalId) : array
Throws
\EntityNotFoundException

Arguments

$withdrawalId

\IdType

Response

array

Properties