AbstractBarcode
in package
AbstractYes
Table of Contents
Properties
- $data : array<string|int, mixed>
Methods
- getChecksum() : string
- getData() : array<string|int, mixed>
- getKey() : mixed
- binseqToArray() : array<string|int, mixed>
- Convert binary barcode sequence to barcode array
Properties
$data
protected
array<string|int, mixed>
$data
Methods
getChecksum()
public
getChecksum() : string
Return values
stringgetData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed>getKey()
public
getKey(string $key) : mixed
Parameters
- $key : string
binseqToArray()
Convert binary barcode sequence to barcode array
protected
binseqToArray(string $seq, array<string|int, mixed> $barcodeData) : array<string|int, mixed>
Parameters
- $seq : string
- $barcodeData : array<string|int, mixed>