phpDocumentor

SellingUnit implements SellingUnitInterface

Class SellingUnit

Interfaces, Classes and Traits

SellingUnitInterface

Table of Contents

$dispatcher  : EventDispatcherInterface
$ean  : Ean
$id  : SellingUnitId
$images  : SellingUnitImageCollectionInterface
$languageId  : LanguageId
$model  : Model
$modifiers  : ModifierIdentifierCollectionInterface
$presenter  : SellingUnitPresenterInterface
$price  : Price
$product  : product_ORIGIN
$productId  : ProductId
$productInfo  : ProductInfoInterface
$quantityGraduation  : QuantityGraduation
$requestedQuantity  : QuantityInterface
$selectedQuantity  : SelectedQuantity
$shipping  : ShippingInfo
$stock  : SellingUnitStockInterface
$taxInfo  : TaxInfo
$totalFinalPrice  : TotalFinalPrice
$vpe  : Vpe
$weight  : Weight
$xtcPrice  : xtcPrice_ORIGIN
__construct()  : mixed
SellingUnit constructor.
__sleep()  : array<string|int, string>
__wakeup()  : void
ean()  : Ean
id()  : SellingUnitId
images()  : SellingUnitImageCollectionInterface
model()  : Model
presenter()  : SellingUnitPresenterInterface
price()  : Price
productInfo()  : ProductInfoInterface
quantityGraduation()  : QuantityGraduation
selectedQuantity()  : AbstractQuantity
shipping()  : ShippingInfo
stock()  : SellingUnitStockInterface
taxInfo()  : TaxInfo
totalFinalPrice()  : TotalFinalPrice
vpe()  : Vpe
weight()  : Weight
xtcPrice()  : xtcPrice_ORIGIN
imageCollectionBuilder()  : CollectionBuilderInterface

Properties

$dispatcher

protected EventDispatcherInterface $dispatcher

Methods

__construct()

SellingUnit constructor.

public __construct(SellingUnitId $id, EventDispatcherInterface $dispatcher[, QuantityInterface|null $requestedQuantity = null ][, ProductDataInterface|null $product = null ][, PriceDataInterface|null $xtcPrice = null ]) : mixed
Parameters
$id : SellingUnitId
$dispatcher : EventDispatcherInterface
$requestedQuantity : QuantityInterface|null = null
$product : ProductDataInterface|null = null
$xtcPrice : PriceDataInterface|null = null
Return values
mixed

__sleep()

public __sleep() : array<string|int, string>
Return values
array<string|int, string>

__wakeup()

public __wakeup() : void
Return values
void

xtcPrice()

public xtcPrice() : xtcPrice_ORIGIN
Return values
xtcPrice_ORIGIN

Search results