ILIAS
eassessment Revision 61809
|
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 = false |
Definition at line 55 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 73 of file 2dbarcodes.php.
References $type, and setBarcode().
TCPDF2DBarcode::getBarcodeArray | ( | ) |
Return an array representations of barcode.
Definition at line 81 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 91 of file 2dbarcodes.php.
References $type.
Referenced by __construct().
|
protected |
Definition at line 61 of file 2dbarcodes.php.
Referenced by getBarcodeArray().