phpDocumentor

OnGetProductInfoEvent implements OnGetProductInfoEventInterface Uses SellingUnitEventTrait

Class OnGetProductInfoEvent

Interfaces, Classes and Traits

OnGetProductInfoEventInterface
Interface OnGetProductInfoEventInterface

Table of Contents

$builder  : ProductInfoBuilderInterface
$dispatcher  : EventDispatcherInterface
$languageId  : LanguageId
$modifiers  : ModifierIdentifierCollectionInterface
$product  : ProductDataInterface
$productId  : ProductId
$quantity  : AbstractQuantity
$xtcPrice  : xtcPrice_ORIGIN
$id  : SellingUnitId
__construct()  : mixed
OnGetProductInfoEvent constructor.
builder()  : ProductInfoBuilderInterface
dispatcher()  : EventDispatcherInterface
id()  : SellingUnitId
languageId()  : LanguageId
modifierIdentifiers()  : ModifierIdentifierCollectionInterface
product()  : ProductDataInterface
productId()  : ProductId
xtcPrice()  : PriceDataInterface|null

Properties

Methods

__construct()

OnGetProductInfoEvent constructor.

public __construct(ProductDataInterface $product, ProductId $productId, ModifierIdentifierCollectionInterface $modifiers, LanguageId $languageId, ProductInfoBuilderInterface $builder, PriceDataInterface $xtcPrice, EventDispatcherInterface $dispatcher) : mixed
Parameters
$product : ProductDataInterface
$productId : ProductId
$modifiers : ModifierIdentifierCollectionInterface
$languageId : LanguageId
$builder : ProductInfoBuilderInterface
$xtcPrice : PriceDataInterface
$dispatcher : EventDispatcherInterface
Return values
mixed

dispatcher()

public dispatcher() : EventDispatcherInterface
Return values
EventDispatcherInterface

Search results