BarcodeLabelTemplate

package

Default

Methods

__construct

__construct(string $identifier, string $name, string $file, boolean $isDefaultTemplate, string $imageFile = '') 
Throws
\InvalidArgumentException

Arguments

$identifier

string

$name

string

$file

string

$isDefaultTemplate

boolean

$imageFile

string

Converts the object to an assoc array.

toArray() : array

Response

array

Constants

Prefix used to identify customizable smarty blocks in barcode label templates.

PREFIX

Properties

identifier

identifier : string
var

Type(s)

string

name

name : string
var

Type(s)

string

file

file : string
var

Type(s)

string

imageFile

imageFile : string
var

Type(s)

string

blocks

blocks : array<mixed,\Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\BarcodeLabelTemplateBlock>

isDefaultTemplate

isDefaultTemplate : boolean
var

Type(s)

boolean