SellingUnitIdFactoryInterface
in
Interface SellingUnitIdFactoryInterface
Table of Contents
- createFromCustom() : SellingUnitId
- createFromInfoString() : SellingUnitId
- createFromProductString() : SellingUnitId
Methods
createFromCustom()
public
createFromCustom(string|array<string|int, mixed> $type, string|array<string|int, mixed> $value, LanguageId $languageId) : SellingUnitId
Parameters
- $type : string|array<string|int, mixed>
- $value : string|array<string|int, mixed>
- $languageId : LanguageId
Return values
SellingUnitId —createFromInfoString()
public
createFromInfoString(string $value, LanguageId $languageId) : SellingUnitId
Parameters
- $value : string
- $languageId : LanguageId
Return values
SellingUnitId —createFromProductString()
public
createFromProductString(string $value, LanguageId $languageId) : SellingUnitId
Parameters
- $value : string
- $languageId : LanguageId