WithdrawalAccessRepository

Implements \WithdrawalAccessRepositoryInterface

Class WithdrawalAccessRepository

category

System

package

Withdrawal

subpackage

Repositories

Methods

WithdrawalAccessRepository constructor.

__construct(\WithdrawalFactory $factory, \WithdrawalReaderInterface $reader) 

Arguments

Creates with given array an withdrawalOrder.

_createOrder(array $dataSet) : \WithdrawalOrder

Arguments

$dataSet

array

Response

\WithdrawalOrder

Returns all withdrawal as collection.

getAll() : \WithdrawalCollection

Returns withdrawal entity by given id.

getById(\IdType $withdrawalId) : \Withdrawal

Arguments

$withdrawalId

\IdType

IdType of entity to be returned.

Response

\Withdrawal

Properties

factory

factory : \WithdrawalFactory
var

Type(s)

\WithdrawalFactory

reader

reader : \WithdrawalReaderInterface