BinLocationItemProvider

Implements \Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\BarcodeLabelItemProvider

package

Default

Methods

__construct

__construct(\Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\BarcodeRenderer $barcodeRenderer, \Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\AbstractBarcodeLabelType $type, array<mixed,\Shopware\CustomModels\ViisonPickwareERP\BarcodeLabel\BinLocationBarcodeLabel> $labels) 

Returns all shop-specific information which is accessible inside barcode label templates.

getContext() : array
inheritdoc

Response

array

Returns all specific information needed in the barcode label templates for a given list of barcode labels.

getItems() : array

If a single label will be printed multiple times, the returned array contains all detail information for that label exactly as many times as it will be printed.

inheritdoc

Response

array

Returns the current barcode label type.

getType() : \Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\AbstractBarcodeLabelType