SellingUnitId
in package
Table of Contents
- $language : LanguageId
- $modifiers : ModifierIdentifierCollectionInterface
- $productId : ProductId
- __construct() : mixed
- SellingUnitId constructor.
- hash() : string
- language() : LanguageId
- modifiers() : ModifierIdentifierCollectionInterface
- productId() : ProductId
Properties
$language
private
LanguageId
$language
$modifiers
private
ModifierIdentifierCollectionInterface
$modifiers
$productId
private
ProductId
$productId
Methods
__construct()
SellingUnitId constructor.
public
__construct(ModifierIdentifierCollectionInterface $modifiers, ProductId $productId, LanguageId $language) : mixed
Parameters
- $modifiers : ModifierIdentifierCollectionInterface
- $productId : ProductId
- $language : LanguageId
Return values
mixed —hash()
public
hash() : string
Return values
string —language()
public
language() : LanguageId
Return values
LanguageId —modifiers()
public
modifiers() : ModifierIdentifierCollectionInterface
Return values
ModifierIdentifierCollectionInterface —productId()
public
productId() : ProductId