SellingUnitPresenter
in package
implements
SellingUnitPresenterInterface
Class SellingUnitPresenter
Interfaces, Classes and Traits
- SellingUnitPresenterInterface
- Interface SellingUnitPresenterInterface
Table of Contents
- $dispatcher : EventDispatcherInterface
- $modifierHtml : string
- $presentationIdCollection : PresentationIdCollectionInterface
- $productLink : ProductLink
- $sellingUnit : SellingUnitInterface
- $shortDescription : ShortDescription
- __construct() : mixed
- SellingUnitPresenter constructor.
- getModifierHtml() : string
- getPresentationIdCollection() : PresentationIdCollectionInterface
- getProductLink() : ProductLink
- getShortDescription() : ShortDescription
Properties
$dispatcher
protected
EventDispatcherInterface
$dispatcher
$modifierHtml
protected
string
$modifierHtml
$presentationIdCollection
protected
PresentationIdCollectionInterface
$presentationIdCollection
$productLink
protected
ProductLink
$productLink
$sellingUnit
protected
SellingUnitInterface
$sellingUnit
$shortDescription
protected
ShortDescription
$shortDescription
Methods
__construct()
SellingUnitPresenter constructor.
public
__construct(SellingUnitInterface $sellingUnit, EventDispatcherInterface $dispatcher) : mixed
Parameters
- $sellingUnit : SellingUnitInterface
- $dispatcher : EventDispatcherInterface
Return values
mixed —getModifierHtml()
public
getModifierHtml() : string
Return values
string —getPresentationIdCollection()
public
getPresentationIdCollection() : PresentationIdCollectionInterface
Tags
Return values
PresentationIdCollectionInterface —getProductLink()
public
getProductLink() : ProductLink
Return values
ProductLink —getShortDescription()
public
getShortDescription() : ShortDescription