phpDocumentor

AfterbuyOrderRepository

Class AfterbuyOrderRepository

Table of Contents

$configurationFinder  : ConfigurationFinder
$orderReader  : AfterbuyOrderReader
$paymentInfoMapper  : AfterbuyOrderPaymentInfoMapper
$shippingAddressMapper  : AfterbuyOrderShippingAddressMapper
$shippingInfoMapper  : AfterbuyOrderShippingInfoMapper
$taxHelper  : AfterbuyTaxHelper
__construct()  : mixed
AfterbuyOrderRepository constructor.
getOrders()  : Orders

Properties

Methods

__construct()

AfterbuyOrderRepository constructor.

public __construct(AfterbuyOrderReader $orderReader, AfterbuyOrderShippingAddressMapper $shippingAddressMapper, AfterbuyOrderPaymentInfoMapper $paymentInfoMapper, AfterbuyOrderShippingInfoMapper $shippingInfoMapper, ConfigurationFinder $configurationFinder, AfterbuyTaxHelper $taxHelper) : mixed
Parameters
$orderReader : AfterbuyOrderReader
$shippingAddressMapper : AfterbuyOrderShippingAddressMapper
$paymentInfoMapper : AfterbuyOrderPaymentInfoMapper
$shippingInfoMapper : AfterbuyOrderShippingInfoMapper
$configurationFinder : ConfigurationFinder
$taxHelper : AfterbuyTaxHelper
Return values
mixed

Search results