Class WithdrawalReader

Class WithdrawalReader

WithdrawalReader implements WithdrawalReaderInterface

Methods summary

public __construct( CI_DB_query_builder $queryBuilder )

WithdrawalReader constructor.

public getAll( void ) : array

Returns all withdrawal entities as array

public getById( IdType $withdrawalId ) : array

Returns withdrawal entity data by the given id.

Properties summary

protected $queryBuilder : CI_DB_query_builder