SellingUnitRepository
in package
implements
SellingUnitRepositoryInterface
Class SellingUnitRepository
Interfaces, Classes and Traits
- SellingUnitRepositoryInterface
- Interface SellingUnitRepositoryInterface
Table of Contents
- $dispatcher : EventDispatcherInterface
- __construct() : mixed
- SellingUnitRepository constructor.
- getSellingUnitBy() : SellingUnitInterface
Properties
$dispatcher
protected
EventDispatcherInterface
$dispatcher
Methods
__construct()
SellingUnitRepository constructor.
public
__construct(EventDispatcherInterface $dispatcher) : mixed
Parameters
- $dispatcher : EventDispatcherInterface
Return values
mixed —getSellingUnitBy()
public
getSellingUnitBy(SellingUnitId $id[, mixed $product = null ][, mixed $xtcPrice = null ][, QuantityInterface $quantity = null ]) : SellingUnitInterface
Parameters
- $id : SellingUnitId
- $product : mixed = null
- $xtcPrice : mixed = null
- $quantity : QuantityInterface = null