Class WithdrawalAccessRepository

Class WithdrawalAccessRepository

WithdrawalAccessRepository implements WithdrawalAccessRepositoryInterface

Methods summary

public __construct( WithdrawalFactory $factory, WithdrawalReaderInterface $reader )

WithdrawalAccessRepository constructor.

public getAll( void ) : WithdrawalCollection

Returns all withdrawal as collection.

public getById( IdType $withdrawalId ) : Withdrawal

Returns withdrawal entity by given id.