OnGetModifierHtmlEvent
in package
implements
OnGetModifierHtmlEventInterface
Class OnGetModifierHtmlEvent
Interfaces, Classes and Traits
- OnGetModifierHtmlEventInterface
- Interface OnGetModifierHtmlEventInterface
Table of Contents
- $html : string
- $languageId : LanguageId
- $selectedQuantity : SelectedQuantity
- $sellingUnitId : SellingUnitId
- $sellingUnitStock : SellingUnitStockInterface
- __construct() : mixed
- OnGetModifierHtmlEvent constructor.
- appendHtml() : void
- html() : string
- selectedQuantity() : SelectedQuantity
- sellingUnitId() : SellingUnitId
- sellingUnitStock() : SellingUnitStockInterface
Properties
$html
protected
string
$html
= ''
$languageId
protected
LanguageId
$languageId
$selectedQuantity
protected
SelectedQuantity
$selectedQuantity
$sellingUnitId
protected
SellingUnitId
$sellingUnitId
$sellingUnitStock
protected
SellingUnitStockInterface
$sellingUnitStock
Methods
__construct()
OnGetModifierHtmlEvent constructor.
public
__construct(SellingUnitId $sellingUnitId, QuantityInterface $selectedQuantity, SellingUnitStockInterface $sellingUnitStock) : mixed
Parameters
- $sellingUnitId : SellingUnitId
- $selectedQuantity : QuantityInterface
- $sellingUnitStock : SellingUnitStockInterface
Return values
mixed —appendHtml()
public
appendHtml(string $html) : void
Parameters
- $html : string
Tags
Return values
void —html()
public
html() : string
Tags
Return values
string —selectedQuantity()
public
selectedQuantity() : SelectedQuantity
Tags
Return values
SelectedQuantity —sellingUnitId()
public
sellingUnitId() : SellingUnitId
Tags
Return values
SellingUnitId —sellingUnitStock()
public
sellingUnitStock() : SellingUnitStockInterface