You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.5 KiB

  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitd1f3ddd5074c5b24424f0f0bd620bf26
  5. {
  6. public static $classMap = array (
  7. 'Datamatrix' => __DIR__ . '/../..' . '/include/barcodes/datamatrix.php',
  8. 'PDF417' => __DIR__ . '/../..' . '/include/barcodes/pdf417.php',
  9. 'QRcode' => __DIR__ . '/../..' . '/include/barcodes/qrcode.php',
  10. 'TCPDF' => __DIR__ . '/../..' . '/tcpdf.php',
  11. 'TCPDF2DBarcode' => __DIR__ . '/../..' . '/tcpdf_barcodes_2d.php',
  12. 'TCPDFBarcode' => __DIR__ . '/../..' . '/tcpdf_barcodes_1d.php',
  13. 'TCPDF_COLORS' => __DIR__ . '/../..' . '/include/tcpdf_colors.php',
  14. 'TCPDF_FILTERS' => __DIR__ . '/../..' . '/include/tcpdf_filters.php',
  15. 'TCPDF_FONTS' => __DIR__ . '/../..' . '/include/tcpdf_fonts.php',
  16. 'TCPDF_FONT_DATA' => __DIR__ . '/../..' . '/include/tcpdf_font_data.php',
  17. 'TCPDF_IMAGES' => __DIR__ . '/../..' . '/include/tcpdf_images.php',
  18. 'TCPDF_IMPORT' => __DIR__ . '/../..' . '/tcpdf_import.php',
  19. 'TCPDF_PARSER' => __DIR__ . '/../..' . '/tcpdf_parser.php',
  20. 'TCPDF_STATIC' => __DIR__ . '/../..' . '/include/tcpdf_static.php',
  21. );
  22. public static function getInitializer(ClassLoader $loader)
  23. {
  24. return \Closure::bind(function () use ($loader) {
  25. $loader->classMap = ComposerStaticInitd1f3ddd5074c5b24424f0f0bd620bf26::$classMap;
  26. }, null, ClassLoader::class);
  27. }
  28. }