Datamatrix
in package
Tags
Table of Contents
Methods
- __construct() : mixed
- This is the class constructor.
- getBarcodeArray() : array<string|int, mixed>
- Returns a barcode array which is readable by TCPDF
Methods
__construct()
This is the class constructor.
public __construct(string $code)
: mixed
Creates a datamatrix object
Parameters
- $code : string
-
Code to represent using Datamatrix.
Tags
getBarcodeArray()
Returns a barcode array which is readable by TCPDF
public getBarcodeArray()
: array<string|int,
mixed>
Tags
Return values
array<string|int, mixed> —barcode array readable by TCPDF;