ClassLoader.php
7 years ago
LICENSE
7 years ago
autoload_classmap.php
7 years ago
autoload_namespaces.php
7 years ago
autoload_psr4.php
6 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
installed.json
6 years ago
autoload_classmap.php
24 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_classmap.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(dirname(__FILE__)); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Datamatrix' => $vendorDir . '/tecnickcom/tcpdf/include/barcodes/datamatrix.php', |
| 10 | 'PDF417' => $vendorDir . '/tecnickcom/tcpdf/include/barcodes/pdf417.php', |
| 11 | 'QRcode' => $vendorDir . '/tecnickcom/tcpdf/include/barcodes/qrcode.php', |
| 12 | 'TCPDF' => $vendorDir . '/tecnickcom/tcpdf/tcpdf.php', |
| 13 | 'TCPDF2DBarcode' => $vendorDir . '/tecnickcom/tcpdf/tcpdf_barcodes_2d.php', |
| 14 | 'TCPDFBarcode' => $vendorDir . '/tecnickcom/tcpdf/tcpdf_barcodes_1d.php', |
| 15 | 'TCPDF_COLORS' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_colors.php', |
| 16 | 'TCPDF_FILTERS' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_filters.php', |
| 17 | 'TCPDF_FONTS' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_fonts.php', |
| 18 | 'TCPDF_FONT_DATA' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_font_data.php', |
| 19 | 'TCPDF_IMAGES' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_images.php', |
| 20 | 'TCPDF_IMPORT' => $vendorDir . '/tecnickcom/tcpdf/tcpdf_import.php', |
| 21 | 'TCPDF_PARSER' => $vendorDir . '/tecnickcom/tcpdf/tcpdf_parser.php', |
| 22 | 'TCPDF_STATIC' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_static.php', |
| 23 | ); |
| 24 |