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