ClassLoader.php
7 years ago
LICENSE
7 years ago
autoload_classmap.php
7 years ago
autoload_namespaces.php
7 years ago
autoload_psr4.php
7 years ago
autoload_real.php
7 years ago
autoload_static.php
7 years ago
installed.json
7 years ago
autoload_static.php
50 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit53e8003885cf84ba5160b88329ade625 |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'C' => |
| 11 | array ( |
| 12 | 'Composer\\Installers\\' => 20, |
| 13 | ), |
| 14 | ); |
| 15 | |
| 16 | public static $prefixDirsPsr4 = array ( |
| 17 | 'Composer\\Installers\\' => |
| 18 | array ( |
| 19 | 0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers', |
| 20 | ), |
| 21 | ); |
| 22 | |
| 23 | public static $classMap = array ( |
| 24 | 'Datamatrix' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/barcodes/datamatrix.php', |
| 25 | 'PDF417' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/barcodes/pdf417.php', |
| 26 | 'QRcode' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/barcodes/qrcode.php', |
| 27 | 'TCPDF' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf.php', |
| 28 | 'TCPDF2DBarcode' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf_barcodes_2d.php', |
| 29 | 'TCPDFBarcode' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf_barcodes_1d.php', |
| 30 | 'TCPDF_COLORS' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_colors.php', |
| 31 | 'TCPDF_FILTERS' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_filters.php', |
| 32 | 'TCPDF_FONTS' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_fonts.php', |
| 33 | 'TCPDF_FONT_DATA' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_font_data.php', |
| 34 | 'TCPDF_IMAGES' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_images.php', |
| 35 | 'TCPDF_IMPORT' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf_import.php', |
| 36 | 'TCPDF_PARSER' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf_parser.php', |
| 37 | 'TCPDF_STATIC' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_static.php', |
| 38 | ); |
| 39 | |
| 40 | public static function getInitializer(ClassLoader $loader) |
| 41 | { |
| 42 | return \Closure::bind(function () use ($loader) { |
| 43 | $loader->prefixLengthsPsr4 = ComposerStaticInit53e8003885cf84ba5160b88329ade625::$prefixLengthsPsr4; |
| 44 | $loader->prefixDirsPsr4 = ComposerStaticInit53e8003885cf84ba5160b88329ade625::$prefixDirsPsr4; |
| 45 | $loader->classMap = ComposerStaticInit53e8003885cf84ba5160b88329ade625::$classMap; |
| 46 | |
| 47 | }, null, ClassLoader::class); |
| 48 | } |
| 49 | } |
| 50 |