|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for TCPDF2DBarcode: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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:
|
protected |
Definition at line 68 of file 2dbarcodes.php.
Referenced by getBarcodeArray().