ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($code, $type) | |
This is the class constructor. | |
getBarcodeArray () | |
Return an array representations of barcode. | |
setBarcode ($code, $type) | |
Set the barcode. |
Protected Attributes | |
$barcode_array |
Definition at line 62 of file 2dbarcodes.php.
TCPDF2DBarcode::__construct | ( | $code, | |
$type | |||
) |
This is the class constructor.
Return an array representations for 2D barcodes:
string | $code | code to print |
string | $type | type of barcode:
|
Definition at line 80 of file 2dbarcodes.php.
References $type, and setBarcode().
TCPDF2DBarcode::getBarcodeArray | ( | ) |
Return an array representations of barcode.
Definition at line 88 of file 2dbarcodes.php.
References $barcode_array.
TCPDF2DBarcode::setBarcode | ( | $code, | |
$type | |||
) |
Set the barcode.
string | $code | code to print |
string | $type | type of barcode:
|
Definition at line 98 of file 2dbarcodes.php.
References $type.
Referenced by __construct().
|
protected |
Definition at line 68 of file 2dbarcodes.php.
Referenced by getBarcodeArray().